super_cache_secure 1.0.1 copy "super_cache_secure: ^1.0.1" to clipboard
super_cache_secure: ^1.0.1 copied to clipboard

AES-256-GCM encrypted in-memory cache for Flutter. Keys stored in iOS Keychain and Android Keystore. Part of the super_cache family.

1.0.1 #

  • Improved README with badge set and package family links.
  • Fixed pubspec description length to comply with pub.dev guidelines.
  • Fixed discarded_futures lint in test file.

1.0.0 #

  • Initial stable release.
  • AES-256-GCM encryption via the cryptography package (hardware-accelerated).
  • Per-entry random nonce; MAC verified on every get().
  • KeyStore interface — injectable in tests without flutter_secure_storage.
  • FlutterSecureKeyStore — persists AES key in iOS Keychain / Android Keystore.
  • wipeOnEviction option to zero-fill plaintext buffer after encryption.
  • Full Cache<K,V> compatibility — drop-in as L2 in CacheOrchestrator.
1
likes
150
points
101
downloads

Publisher

verified publisherjihedmrouki.com

Weekly Downloads

AES-256-GCM encrypted in-memory cache for Flutter. Keys stored in iOS Keychain and Android Keystore. Part of the super_cache family.

Repository (GitHub)
View/report issues

Topics

#cache #caching #encryption #security #storage

Documentation

API reference

License

MIT (license)

Dependencies

cryptography, flutter, flutter_secure_storage, super_cache

More

Packages that depend on super_cache_secure