Class SHA256CryptTest
SHA-256 Crypt Module Tests
- PHPUnit_Framework_TestCase
- PHPassLib\Test\Hash\SHA256CryptTest
Namespace: PHPassLib\Test\Hash
Package: PHPassLib\Tests
Copyright: Copyright (c) 2012, Ryan Chouinard
License: License - http://www.opensource.org/licenses/mit-license.php
Author: Ryan Chouinard <rchouinard@gmail.com>
Located at tests/PHPassLib/Test/Hash/SHA256CryptTest.php
Package: PHPassLib\Tests
Copyright: Copyright (c) 2012, Ryan Chouinard
License: License - http://www.opensource.org/licenses/mit-license.php
Author: Ryan Chouinard <rchouinard@gmail.com>
Located at tests/PHPassLib/Test/Hash/SHA256CryptTest.php
public
array
|
|
public
array
|
|
public
|
#
validTestVectorsProduceExpectedResults( string $password, string $hash )
Verify that the class produces correct results with valid test vectors. |
public
|
#
invalidTestVectorsProduceExpectedResults( string $password, string $hash, mixed $errorString )
Verify that the class produces correct results with invalid test vectors. |
public
|