Fix: Encoding of iteration for 'Extended DES (Crypt)'

This commit is contained in:
Marcin Łojewski
2018-09-29 17:52:35 +02:00
parent bb4b652a51
commit b0495cda4f
3 changed files with 4 additions and 3 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.")
);
}