Element index for package CryptLib
[ c ]
[ d ]
[ e ]
[ g ]
[ s ]
[ _ ]
top
c
- createEngine
- in file CryptFactory.php, method CryptFactory::createEngine()
- CryptBlowfish
- in file CryptBlowfish.php, class CryptBlowfish
This class implements the Blowfish encryption algorithm.
- CryptDES
- in file CryptDES.php, class CryptDES
This class supports the standard DES encryption algorithm.
- CryptEngine
- in file CryptEngine.php, class CryptEngine
Defines an interface to query and create cryptographic engines.
- CryptExtDES
- in file CryptExtDES.php, class CryptExtDES
This class implements the extended DES encryption algorithm.
- CryptFactory
- in file CryptFactory.php, class CryptFactory
Helper class that is used to determine which encryption algorithms are available and creates new CryptEngine objects.
- CryptBlowfish.php
- procedural page CryptBlowfish.php
- CryptDES.php
- procedural page CryptDES.php
- CryptEngine.php
- procedural page CryptEngine.php
- CryptExtDES.php
- procedural page CryptExtDES.php
- CryptFactory.php
- procedural page CryptFactory.php
- CryptMD5.php
- procedural page CryptMD5.php
- CryptNativeMD5.php
- procedural page CryptNativeMD5.php
- CryptNativeSHA1.php
- procedural page CryptNativeSHA1.php
- CryptMD5
- in file CryptMD5.php, class CryptMD5
This class implements the MD5 encryption algorithm.
- CryptNativeMD5
- in file CryptNativeMD5.php, class CryptNativeMD5
This class implements the MD5 encryption algorithm using the built-in md5() function.
- CryptNativeSHA1
- in file CryptNativeSHA1.php, class CryptNativeSHA1
This class implements the SHA encryption algorithm using the built-in sha1() function.
top
d
- decrypt
- in file CryptNativeMD5.php, method CryptNativeMD5::decrypt()
MD5 is a one-way encryption, so throws error always.
- decrypt
- in file CryptNativeSHA1.php, method CryptNativeSHA1::decrypt()
SHA1 is a one-way encryption, so throws error always.
- decrypt
- in file CryptMD5.php, method CryptMD5::decrypt()
Standard DES is a one-way encryption, so throws error always.
- decrypt
- in file CryptExtDES.php, method CryptExtDES::decrypt()
Standard DES is a one-way encryption, so throws error always.
- decrypt
- in file CryptDES.php, method CryptDES::decrypt()
Standard DES is a one-way encryption, so throws error always.
- decrypt
- in file CryptEngine.php, method CryptEngine::decrypt()
Decrypts an encrypted string.
- decrypt
- in file CryptBlowfish.php, method CryptBlowfish::decrypt()
Blowfish is a one-way encryption, so throws error always.
top
e
- encrypt
- in file CryptNativeMD5.php, method CryptNativeMD5::encrypt()
Encrypt the string using the RSA MD5 algorithm.
- encrypt
- in file CryptNativeSHA1.php, method CryptNativeSHA1::encrypt()
Encrypt the string using the US SHA1 hashing algorithm.
- encrypt
- in file CryptMD5.php, method CryptMD5::encrypt()
Encrypt the string using the Standard DES algorithm. Uses 'salt' string.
- encrypt
- in file CryptExtDES.php, method CryptExtDES::encrypt()
Encrypt the string using the Standard DES algorithm. Uses 'salt' string if provided.
- encrypt
- in file CryptDES.php, method CryptDES::encrypt()
Encrypt the string using the Standard DES algorithm. Uses 'salt' string if provided.
- encrypt
- in file CryptEngine.php, method CryptEngine::encrypt()
Encrypts a string and returns the encrypted version.
- encrypt
- in file CryptBlowfish.php, method CryptBlowfish::encrypt()
Encrypt the string using the Standard DES algorithm. Uses 'salt' string.
- engineNames
- in file CryptFactory.php, method CryptFactory::engineNames()
top
top
s
- setOptions
- in file CryptNativeMD5.php, method CryptNativeMD5::setOptions()
Changes the current options for the encryption scheme.
- setOptions
- in file CryptNativeSHA1.php, method CryptNativeSHA1::setOptions()
Changes the current options for the encryption scheme.
- setOptions
- in file CryptMD5.php, method CryptMD5::setOptions()
Changes the current options for the encryption scheme. Only looks for the 'salt' property.
- setOptions
- in file CryptExtDES.php, method CryptExtDES::setOptions()
Changes the current options for the encryption scheme. Only looks for the 'salt' property.
- setOptions
- in file CryptDES.php, method CryptDES::setOptions()
Changes the current options for the encryption scheme. Only looks for the 'salt' property.
- setOptions
- in file CryptEngine.php, method CryptEngine::setOptions()
Sets the options for the encryption scheme.
- setOptions
- in file CryptBlowfish.php, method CryptBlowfish::setOptions()
Changes the current options for the encryption scheme. Only looks for the 'salt' property.
top
|
|