hooks/encryption library

Functions

createEncryptionDecryptHook({String? encryptionKey, String keyName = DEFAULT_ENCRYPTION_KEY_NAME, bool throwOnFailure = true, int priority = 0}) PVCacheHook
Creates a hook that decrypts entry values after retrieval.
createEncryptionEncryptHook({String? encryptionKey, String keyName = DEFAULT_ENCRYPTION_KEY_NAME, int priority = -50}) PVCacheHook
Encryption Hook System
createEncryptionHooks({String? encryptionKey, String keyName = DEFAULT_ENCRYPTION_KEY_NAME, bool throwOnFailure = true}) List<PVCacheHook>
Creates complete encryption hook set.