|
openssl_pkcs7_decryptDecrypts an S/MIME encrypted message Description
bool openssl_pkcs7_decrypt(
string $input_filename,string $output_filename,#[\SensitiveParameter]OpenSSLCertificatestring $certificate,#[\SensitiveParameter]OpenSSLAsymmetricKeyOpenSSLCertificatearraystringnull $private_key = null)
Decrypts the S/MIME encrypted message contained in the file specified by
Parameters
Return Values
Returns Changelog
Examples
Example #1 openssl_pkcs7_decrypt example |