decrypt

The decrypt function decrypts a string that was encrypted using the encrypt function.

Syntax

decrypt( content )

Arguments

Argument Description
content (string) The string to decrypt.

Returns

(String). The decrypted string.