Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.1

Request #7257 PEM file encryption
Submitted: 2006-03-30 06:47 UTC
From: jausions Assigned:
Status: Open Package: Crypt_RSA (version 1.2.0b)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 26 - 5 = ?

 
 [2006-03-30 06:47 UTC] jausions (Philippe Jausions)
Description: ------------ With the addition of support of PEM file, the encryption of the key would be nice. Here are some links: - http://www.ietf.org/rfc/rfc1421.txt - http://www.ietf.org/rfc/rfc1423.txt Keywords: "Proc-Type" "Dek-Info" "DES-EDE3-CBC" PEM file format may benefit to be spinned into its own package... just as with ASN.1...

Comments

 [2009-12-16 22:00 UTC] mckinzey (John McKinzey)
If you want support for PEM file encryption, try phpseclib's Crypt_RSA: http://phpseclib.sourceforge.net/ phpseclib also seems to fulfill request #16870.