aes_gcm_crypto 0.0.1 copy "aes_gcm_crypto: ^0.0.1" to clipboard
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.
0
likes
140
points
94
downloads

Publisher

unverified uploader

Weekly Downloads

AES-GCM encryption and decryption utility with PBKDF2 key derivation support for Flutter apps.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on aes_gcm_crypto