Project

General

Profile

Actions

$encrypt » History » Revision 3

« Previous | Revision 3/10 (diff) | Next »
Per Amundsen, 09/06/2016 02:05 AM


Added in 1.9.0

$encrypt(text, password)

Encrypts a blowfish text using a password.

EBC mode only.

See also $decrypt.

Parameters

text - Text to encrypt.
password - Password to encrypt 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 7 years ago · 3 revisions

Also available in: PDF HTML TXT