aes_gcm_crypto 0.0.1
aes_gcm_crypto: ^0.0.1 copied to clipboard
AES-GCM encryption and decryption utility with PBKDF2 key derivation support for Flutter apps.
Changelog #
[0.0.1] - Initial Release #
✨ Features #
- AES-256 GCM mode encryption and decryption support.
- Cross-platform compatibility: Android, iOS, and Web.
- Web support using secure WebCrypto APIs.
- Simple API for encryption and decryption:
encryptAesGcm
decryptAesGcm
- UTF-8 support for plainText and cipherText strings.
✅ Platform Support #
- Android
- iOS
- Web
📦 Notes #
masterKey
must be exactly 32 characters (256-bit).- No special permissions required.