aes_encrypt_file 0.0.11
aes_encrypt_file: ^0.0.11 copied to clipboard
High-performance Flutter plugin for AES-256 file encryption and decryption with native C/C++ implementation. Optimized for large files with low memory footprint.
0.0.11 #
- Maintenance release for pub.dev publication.
- Docs: update installation version in README.
- Chore: sync iOS podspec metadata with package information.
0.0.10 #
- Fix: ensure Android Kotlin plugin source (
android/src/main/kotlin/com/example/aes_encrypt_file/AesEncryptFilePlugin.kt) is included when publishing.
0.0.1 #
- Encrypt files using AES standard CTR mode.
0.0.2 #
- Fix: openssl miss
0.0.3 #
- Fix: openssl miss
0.0.4 #
- Fix: example crash
0.0.5 #
- Fix: update ReadMe.md
0.0.6 #
- Fix: File output don't save
0.0.7 #
- Fix: decrypted file size issue with iv
0.0.8 #
- Android : support 16kb
0.0.9 #
- Web support : WebCrypto API