encString
The encString function is used to encrypt a string - it's not hard encryption (so don't rely on it to store sensitive information), but should be hard to decrypt without knowing the key.
string
encString
(string $data, [string $ekey = false])
-
string
$data: Text to encode
-
string
$ekey: Key used to encrypt. By default Jamroom will use the MySQL Username as the encryption key.
|