1
mirror of https://github.com/hashcat/hashcat synced 2024-11-20 23:27:31 +01:00

Remove extra whitespace in test.pl

This commit is contained in:
unix-ninja 2018-10-19 16:00:26 -04:00
parent 6558253d72
commit 3705ebfbf6

View File

@ -9980,7 +9980,7 @@ END_CODE
$hash_buf = hmac_hex ($data, $key, \&sha1, 64);
my $offset = hex (substr ($hash_buf, -8)) & 0xf;
my $offset = hex (substr ($hash_buf, -8)) & 0xf;
$offset *= 2;
my $token = hex (substr ($hash_buf, $offset, 8));
$token &= 0x7fffffff;