Functions
hash_pbkdf2
Shim for missing hash_pbkdf2
| package |
Joomla CMS |
|---|
Arguments
- algo
stringAlgorithm to use- password
stringPlaintext password- salt
stringSalt for the hash- count
intNumber of iterations- length
intLength- rawOutput
boolRaw output
Response
stringHashed string
Interfaces
Classes
Aes
A simple implementation of AES-128, AES-192 and AES-256 encryption using the high performance mcrypt library.
Totp
This class provides an RFC6238-compliant Time-based One Time Passwords, compatible with Google Authenticator (with PassCodeLength = 6 and TimePeriod = 30).