Algorithms deprecated
class Algorithms (View source)
deprecated
Cryptographic algorithms
Right now this class provides a PHP based PBKDF2 implementation.
Methods
static string
pbkdf2(string $password, string $salt, int $iterationCount, int $derivedKeyLength, string $algorithm = 'sha256')
Compute a derived key from a password based on PBKDF2
Details
static string
pbkdf2(string $password, string $salt, int $iterationCount, int $derivedKeyLength, string $algorithm = 'sha256')
Compute a derived key from a password based on PBKDF2