native_encryptor 1.0.4
native_encryptor: ^1.0.4 copied to clipboard
Securely encrypt/decrypt data in your Flutter app using native code. Add random salt and IV for enhanced security. Easy-to-use API, cross-platform compatible.
Changelog #
[1.0.2] - 2024-12-02 #
Update #
- Updated documentation in
README.md
. - Added screenshots to
README.md
for better clarity.
[0.0.1] - 2024-12-02 #
Added #
- Initial release of Native Encryptor.
- Core features:
- AES encryption and decryption.
- Secure key generation for encryption algorithms.
- Cross-platform support:
- Android and iOS.
- Example app demonstrating basic encryption and decryption workflows.
- Comprehensive documentation in
README.md
.