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

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

Public Methods

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

Method Details

pbkdf2TestVectors() public method

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

pbkdf2TestVectorsAreCorrect() public method

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