gnupg_encrypt
PECL gnupg >= 0.1
gnupg_encrypt - Encrypts a given text
Manual
gnupg_encrypt(
resource$identifier,
string$plaintext ): string
Encrypts the given plaintext with the keys, which were set with gnupg_addencryptkey before and returns the encrypted text.
Parameters
- identifier
-
The gnupg identifier, from a call to gnupg_init or gnupg.
- plaintext
-
The text being encrypted.
Return Values
On success, this function returns the encrypted text. On failure, this function returns false.