public encrypt (mixed $text, [mixed $key])
Encrypts a text
$encrypted = $crypt->encrypt("Ultra-secret text", "encrypt password");
public encrypt (mixed $text, [mixed $key])
Encrypts a text
$encrypted = $crypt->encrypt("Ultra-secret text", "encrypt password");
Please login to continue.