flutter-client-side-encryption
CommunityEncrypt Flutter offline data at rest
Software Engineering#encryption#flutter#dsgvo#sharedpreferences#client-side security#aes-256-cbc#offline storage
AuthorTitoPrausee
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill protects locally stored Flutter data from plain-text exposure by adding client-side encryption for offline caches and shared preferences, helping apps meet privacy and data-protection expectations for sensitive user information.
Core Features & Use Cases
- AES-256-CBC Encryption: Encrypt and decrypt cached strings and JSON payloads with a strong symmetric cipher.
- Per-Installation Key Generation: Create a random 256-bit key once, store it locally, and reuse it for subsequent app sessions.
- Fresh IV Per Encryption: Generate a new random initialization vector for every encryption operation to avoid pattern leakage.
- Legacy Compatibility: Read older plaintext cache entries safely while migrating to encrypted storage.
- Use Case: Secure food logs, shopping lists, meal plans, and other offline PII stored in SharedPreferences or similar local stores.
Quick Start
Ask for a Flutter implementation that encrypts local SharedPreferences caches with AES-256-CBC, generates and stores a per-installation key, uses a new IV for every write, and preserves backward compatibility for existing plaintext data.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: flutter-client-side-encryption Download link: https://github.com/TitoPrausee/nexus-toti/archive/main.zip#flutter-client-side-encryption Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 536,000+ vetted skills library on demand.