classQCryptography
QCryptography Class Reference
Inherits QBaseClass.
Collaboration diagram for QCryptography:

Public Member Functions
- __construct ($strKey=null, $blnBase64=null, $strCipher=null, $strMode=null)
- Encrypt ($strData)
- Decrypt ($strEncryptedData)
- EncryptFile ($strFile)
- DecryptFile ($strFile)
- __destruct ()
Static Public Attributes
- static $Cipher = MCRYPT_TRIPLEDES
- static $Mode = MCRYPT_MODE_ECB
- static $RandomSource = MCRYPT_RAND
- static $Base64 = true
- static $Key = "qc0Do!d3F@lT.k3Y"
Protected Attributes
Constructor & Destructor Documentation
| QCryptography::__construct | ( | $ | strKey = null, |
|
| $ | blnBase64 = null, |
|||
| $ | strCipher = null, |
|||
| $ | strMode = null | |||
| ) |
References $blnBase64, $strIv, $strKey, QType::Boolean, QType::Cast(), and QCallerException::IncrementOffset().
| 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:
- qcodo/_core/framework/QCryptography.class.php
