Dotclear 2.25
|
Public Member Functions | |
__construct () | |
testHMacBigKeyMD5 () | |
testHMacSHA1Implicit () | |
testHMacSHA1Explicit () | |
testHMacMD5 () | |
testHMacFallback () | |
testHMacLegacy () | |
testHMacLegacyMD5 () | |
testHMacLegacySha1 () | |
testHMacLegacyFallback () | |
testCreatePassword () | |
Data Fields | |
const | BIG_KEY_SIZE = 200 |
const | DATA_SIZE = 50 |
Crypt test.
__construct | ( | ) |
testHMacBigKeyMD5 | ( | ) |
Test big key. crypt don't allow key > than 64 cars
References crypt\hmac().
testHMacSHA1Implicit | ( | ) |
hmac implicit SHA1 encryption (default argument)
References crypt\hmac().
testHMacSHA1Explicit | ( | ) |
hmac explicit SHA1 encryption
References crypt\hmac().
testHMacMD5 | ( | ) |
hmac explicit MD5 encryption
References crypt\hmac().
testHMacFallback | ( | ) |
If the encoder is not known, fallback into sha1 encoder (if PHP hash_hmac() exists)
References crypt\hmac().
testHMacLegacy | ( | ) |
hmac_legacy implicit
References crypt\hmac_legacy().
testHMacLegacyMD5 | ( | ) |
hmac_legacy explicit MD5 encryption
References crypt\hmac_legacy().
testHMacLegacySha1 | ( | ) |
hmac_legacy explicit Sha1 encryption
References crypt\hmac_legacy().
testHMacLegacyFallback | ( | ) |
If the encoder is not known, fallback into sha1 encoder (if PHP hash_hmac() exists)
References crypt\hmac_legacy().
testCreatePassword | ( | ) |
Password must be 8 char size and only contains alpha numerical values
References crypt\createPassword().
const BIG_KEY_SIZE = 200 |
const DATA_SIZE = 50 |