ENCRYPT / DECRYPT (not included in filePro Lite)

 

Syntax

 

result = ENCRYPT(data,method,key [ ,nonce ] )

result = DECRYPT(data,method,key [ ,nonce ] )

 

where

 

data

the data string to be encrypted.

method

the encryption method used e.g. Blowfish, RC2, AES, etc.

key

the character sequence used as the primary base to encrypt or decrypt the "data" field.

nonce

the encryption mode used by filePro. If nonce is not specified, filePro generates one.