public decrypt (mixed $text, [mixed $key])
Decrypts an encrypted text
echo $crypt->decrypt($encrypted, "decrypt password");
public decrypt (mixed $text, [mixed $key])
Decrypts an encrypted text
echo $crypt->decrypt($encrypted, "decrypt password");
Please login to continue.