hooks/encrypted_hook library

Classes

EncryptionHookController
Controller for manual key rotation (passive mode).
EncryptionKeyManager
Manages encryption keys with secure storage.

Functions

createEncryptedHook({KeyRotationStrategy rotationStrategy = KeyRotationStrategy.passive, String secureStorageKey = 'pvcache_encryption_key', Uint8List? providedKey, bool autoResetKey = false, EncryptionHookController? controller, Future<bool> rotationCallback(Object error, String key)?}) Future<HHPlugin>
Creates an encryption plugin using AES-256-CBC.