encrypt

Description

Encrypt the passed value.

See 'decrypt' function for the decrypt function.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

type

The type of encryption to use for the encryption.

String/Text

aes

aes, aes256

Yes

key

The key to use for the encryption.

String/Text

-

-

Yes

iv

The vector to use for the encryption.

String/Text

-

-

Partial (Yes if type is 'aes256'.)

value

The value to be encrypted.

String/Text

-

-

Yes

Output

DescriptionOutput Type

Returns the encrypted value.

String/Text

Callback

N/A

Video

Coming soon.

Example

Coming soon.

Steps

Coming soon.

Result

Coming soon.

Last updated