PHP Class Neos\Flow\Tests\Unit\Security\Cryptography\BCryptHashingStrategyTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
hashAndValidatePasswordWithDifferentCostsMatch ( )
hashAndValidatePasswordWithNotMatchingPasswordFails ( )
hashPasswordWithMatchingPasswordAndParametersSucceeds ( )
systemSupportsBlowfishCryptMethod ( ) Test the implementation using the sample hashes shown on http://php.net/crypt
validatePasswordWithInvalidHashFails ( )

Method Details

hashAndValidatePasswordWithDifferentCostsMatch() public method

hashAndValidatePasswordWithNotMatchingPasswordFails() public method

hashPasswordWithMatchingPasswordAndParametersSucceeds() public method

systemSupportsBlowfishCryptMethod() public method

Test the implementation using the sample hashes shown on http://php.net/crypt

validatePasswordWithInvalidHashFails() public method