Back

CreateCrypt

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

  crp = app.CreateCrypt( options ) → app object - Crypt

The following methods are available on the Crypt object:

  Decrypt( text, password ) → string
  Encrypt( text, password ) → string
  GetType() → string: "Crypt"
  Method( name, types, p1, p2, p3, p4 )

unknown
string
decrypt text with key
encrypt text with key
Returns the control class name.
string: "MD5" or "?"
one-way encryption
string: comma separated: "boolean", "char", "byte", "short", "int", "long", "float", "double"
Allows access to other functions defined on the object in Java via reflection.