Decrypt

Converts a string encrypted by KnowledgeKube's Encrypt function back to its original form.

Syntax

Decrypt( EncryptedString );

Parameters

Parameter Name Type Description Optional? Default Value
EncryptedString String The text to decrypt. No n/a

Output

A string consisting of the decrypted text.