PHP Classes > In-House PHP Classes > OpenSSL Wrapper


OpenSSL Wrapper
Easy interface to OpenSSL encryption/decryption
GZipped Archive
Download (9KB)
This class acts as a wrapper around the OpenSSL functions provided by the PHP OpenSSL extension, which may be intimidating to those who simply want to use secure encryption, and are unfamiliar with OpenSSL's inner workings.

This class focuses explicitly on data encryption/decryption; other features of OpenSSL such as signing/etc. are not implemented.

This class encapsulates functionality to do the following:
  • Generate a private key/certificate pair
  • Encrypt data using a public or private key
  • Decrypt data using a public or private key
Downloads: 2082
Added: Dec 13, 2005 11:48 PM
Last updated: Dec 13, 2005 11:48 PM
feedme@yenc32.com