Content:
- Properties
- Methods

The Crypt component is used to en- or decrypt a string with a given key or to create a hash of it.

crp = app.CreateCrypt( options? ) → app object: Crypt

Example - Basic click to expand contents 

Example - Encrypt using device id click to expand contents 

Properties

The following properties are available on the Crypt object:

dataObject: { key, value }

Methods

The following methods are available on the Crypt object:

Decrypt( text, password ) → String
Encrypt( text, password ) → String
GetType() → String: “Crypt”
Hash( text, mode, options? ) → String