Project

General

Profile

Actions

$decrypt » History » Revision 2

« Previous | Revision 2/9 (diff) | Next »
Per Amundsen, 07/20/2014 08:29 AM


Added in 1.9.0

$decrypt(text, password)

Decrypts a blowfish text, encrypted with password.

Parameters

text - Text to decrypt.
password - Password to decrypt with.

Example

;Create a variable and encrypt text "Hello World" with password "test".
var %text $encrypt(Hello World, test)

;Decrypt the text and print it.
echo -ag $decrypt(%text, test)

Updated by Per Amundsen over 9 years ago · 2 revisions

Also available in: PDF HTML TXT