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