Skip to main content

Function: encryptValue()

encryptValue(args): string

Defined in: encryption.ts:35

Parameters

ParameterTypeDescription
args{ key: string; plaintext: string; }-
args.keystring32-byte key, hex encoded (64 characters). See generateEncryptionKey.
args.plaintextstring-

Returns

string