PHP Neos\Flow\Security\Cryptography Пространство имен

Interfaces

Имя Описание
PasswordHashingStrategyInterface A password hashing strategy interface
RsaWalletServiceInterface RSA related service functions (e.g. used for the RSA authentication provider)

Классы

Имя Описание
Algorithms Cryptographic algorithms
BCryptHashingStrategy Hashing passwords using BCrypt
FileBasedSimpleKeyService File based simple encrypted key service
HashService A hash service which should be used to generate and validate hashes.
OpenSslRsaKey An RSA key
Pbkdf2HashingStrategy A PBKDF2 based password hashing strategy
RsaWalletServicePhp Implementation of the RSAWalletServiceInterface using PHP's OpenSSL extension
SaltedMd5HashingStrategy A salted MD5 based password hashing strategy