Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
B
  bytes2hex, Rijndael
  bytes2string, Rijndael
D
  decryptData, Rijndael
E
  encryptData, Rijndael
S
  string2bytes, Rijndael
public function bytes2hex( bytes )
Convert an array of bytes into it’s hex form.
public function bytes2string( bytes )
Convert an array of bytes into strings.
public function decryptData( bytIn,
bytPassword )
Use this method to decrypt your data.
public function encryptData( bytMessage,
bytPassword )
Use this method to encrypt your data.
public function string2bytes( string )
Convert strings into an array of bytes.