decString
The decString function is used to decode a string previously encrypted using the encString() function.
string
decString
(string $data, [string $ekey = false])
-
string
$data: Text to decode
-
string
$ekey: Key used to originally encrypt string. Note that by default, Jamroom will use the MySQL Username as the encryption key.
|