gsd_encryption 0.1.10
gsd_encryption: ^0.1.10 copied to clipboard
AES and RSA encryption/decryption package for Flutter with secure key storage and cross-platform support including web.
0.1.9 #
- Updated dependencies
- Added example app
- Improved Pub Points status
0.1.1 #
- Initial release
- AES encryption/decryption functionality
- RSA encryption/decryption functionality
- Secure key storage with flutter_secure_storage
- Cross-platform support (Android, iOS, Web, Windows, macOS, Linux)
- Web platform support with modern js_interop API
- Key generation and management utilities
- PEM format support for RSA keys
- Unit tests included