native_encryptor 1.0.2
native_encryptor: ^1.0.2 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 #
All notable changes to this project will be documented in this file.
[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
.