Encrypts the given text using security salt if mcrypt extension is enabled, otherwise using md5()
Parameters | |||
---|---|---|---|
string
|
$text |
Text to be encrypted |
# |
Returns | |
---|---|
string
|
The encrypted text |