hooks/selective_encryption library

Functions

createSelectiveEncryptionDecryptHook({String? encryptionKey, String keyName = DEFAULT_ENCRYPTION_KEY_NAME, int priority = 0}) PVCacheHook
Creates a hook that decrypts selectively encrypted fields.
createSelectiveEncryptionEncryptHook({String? encryptionKey, String keyName = DEFAULT_ENCRYPTION_KEY_NAME, int priority = -50}) PVCacheHook
Selective Encryption Hook System
createSelectiveEncryptionHooks({String? encryptionKey, String keyName = DEFAULT_ENCRYPTION_KEY_NAME}) List<PVCacheHook>
Creates complete selective encryption hook set.