Hash configuration

This commit is contained in:
Marcin Łojewski
2018-07-10 22:19:50 +02:00
parent 50da49c820
commit 924886dd9a
9 changed files with 105 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ class CryptExtendedDESTest extends TestCase
public function testCheckPassword()
{
$this->assertTrue(
$this->crypto->checkPassword("password", "..UZoIyj/Hy/c")
$this->crypto->checkPassword("password", "cDRpdxPmHpzS.")
);
}