Content:
- 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 

Methods

The following methods are available on the Crypt object:

Decrypt( text, password ) → String
Encrypt( text, password ) → String
GetType() → String: “Crypt”