Fix: Encoding of iteration for 'Extended DES (Crypt)'
This commit is contained in:
@@ -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.")
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user