Function: encryptValue()
encryptValue(
args):string
Defined in: encryption.ts:35
Parameters
| Parameter | Type | Description |
|---|---|---|
args | { key: string; plaintext: string; } | - |
args.key | string | 32-byte key, hex encoded (64 characters). See generateEncryptionKey. |
args.plaintext | string | - |
Returns
string