QCubed - A PHP5 rapid development MVC framework.
Home  |  Updates

classQCryptography

QCryptography Class Reference

Inherits QBaseClass.

Collaboration diagram for QCryptography:

List of all members.

Public Member Functions

Static Public Attributes

Protected Attributes


Constructor & Destructor Documentation

QCryptography::__construct ( strKey = null,
blnBase64 = null,
strCipher = null,
strMode = null 
)

QCryptography::__destruct (  ) 


Member Function Documentation

QCryptography::Decrypt ( strEncryptedData  ) 

Referenced by DecryptFile().

QCryptography::DecryptFile ( strFile  ) 

References Decrypt().

QCryptography::Encrypt ( strData  ) 

Referenced by EncryptFile().

QCryptography::EncryptFile ( strFile  ) 

References Encrypt().


Member Data Documentation

QCryptography::$Base64 = true [static]

QCryptography::$blnBase64 [protected]

Referenced by __construct().

QCryptography::$Cipher = MCRYPT_TRIPLEDES [static]

QCryptography::$Key = "qc0Do!d3F@lT.k3Y" [static]

QCryptography::$Mode = MCRYPT_MODE_ECB [static]

QCryptography::$objMcryptModule [protected]

QCryptography::$RandomSource = MCRYPT_RAND [static]

QCryptography::$strIv [protected]

Referenced by __construct().

QCryptography::$strKey [protected]

Referenced by __construct().


The documentation for this class was generated from the following file: