Encrypt [ ] with password [ ]

Command

ENCRYPT

Image
Group Functions
Section String

Description

Encrypts a value using a fixed salt value and vector. However you can override these settings by providing your own values by defining 2 script variables:

  • ENCRYPTIONSALT - This is a value that will be added to the start of the data to further improve security
  • ENCRYPTIONVECTOR - This must be a 16 character value that will be used to encrypt the data

Parameter 1

The control, variable or data field to be decrypted

Parameter 2

The password to be used to decrypt the data