Skip to content

Commit

Permalink
Update HashTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeyer2k authored Dec 13, 2017
1 parent c9cc6c2 commit 49b4de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HashTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function testVector()
{
$input = 'hello world';
$key = 'password';
$vector = base64_decode('TzYfV/BWvqbGDNaX8fK81PcNol+zgs7KMxelj9aOGmmMa9cRKZGXwVOlLBn4Z0qdnDDCpSg9AUqXHZyzVqzztA==');
$vector = base64_decode('37asLTXkkqdIepEis8OvvTn5aOtnaenFZP52RsIcbBo0lT+T8SYOkepK9akTvb7dO60mHvCSaN/omlkpXaB+ww==');
$this->assertTrue(Hash::verify($input, $vector, $key));
}

Expand Down

0 comments on commit 49b4de0

Please sign in to comment.