|
gnupg_decryptDecrypts a given text Description
string gnupg_decrypt
( resource
$identifier
, string $text
)Decrypts the given text with the keys, which were set with gnupg_adddecryptkey before. Parameters
Return Values
On success, this function returns the decrypted text.
On failure, this function returns Examples
Example #1 Procedural gnupg_decrypt example
<?php Example #2 OO gnupg_encrypt example
<?php |