PHP8 rnp_decrypt
(PECL rnp >= 0.1.1)
rnp_decrypt — 解密 PGP 消息
说明
rnp_decrypt(RnpFFI $ffi, string $input): string|false
在调用此函数之前,应将用于解密的私钥加载到 FFI 对象中。 如果使用了密码加密,则应通过调用 rnp_ffi_set_pass_provider() 来设置密码提供程序。
参数
ffi
rnp_ffi_create返回的 FFI 对象。
input
加密消息。
返回值
Decrypted message on success 或者在失败时返回 false.