ds_easy_db_secured_shared_preferences 1.1.1
ds_easy_db_secured_shared_preferences: ^1.1.1 copied to clipboard
AES-encrypted SharedPreferences implementation for DSEasyDB. Combines the simplicity of SharedPreferences with AES-256 encryption for secure local storage.
1.1.1 #
- Updated to use ds_easy_db_secure_storage
1.1.0 #
- Breaking Switched from
encrypttocryptographypackage for WASM compatibility - Added WASM support for Flutter Web
- Uses Web Crypto API in browsers for better performance
- Updated to use ds_easy_db ^1.0.2
- Same security: AES-256-GCM encryption
1.0.0 #
- Initial release
- AES-256-GCM encryption for SharedPreferences
- Automatic key generation and secure storage
- Transparent encryption/decryption
- Combines ds_easy_db_shared_preferences with ds_easy_db_secure_storage
- Cross-platform support