crypt::decode
Decodes a string
crypt::decode($text, $key = null, $mode = 'blowfish')
Parameters
$text (string)
$key (string)
An optional encryption key
$mode (string)
Check out the $encryption array for available modes
Return values
string