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

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode Description
pbkdf2TestVectors ( ) : array Data provider for pbkdf2TestVectorsAreCorrect()
pbkdf2TestVectorsAreCorrect ( $password, $salt, $iterationCount, $derivedKeyLength, $output )

Method Details

pbkdf2TestVectors() public méthode

Based on certified test vectors from http://tools.ietf.org/html/rfc6070
public pbkdf2TestVectors ( ) : array
Résultat array

pbkdf2TestVectorsAreCorrect() public méthode

public pbkdf2TestVectorsAreCorrect ( $password, $salt, $iterationCount, $derivedKeyLength, $output )