mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-22 05:31:11 +00:00
Remove extra whitespace in test.pl
This commit is contained in:
parent
6558253d72
commit
3705ebfbf6
@ -9980,7 +9980,7 @@ END_CODE
|
|||||||
|
|
||||||
$hash_buf = hmac_hex ($data, $key, \&sha1, 64);
|
$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;
|
$offset *= 2;
|
||||||
my $token = hex (substr ($hash_buf, $offset, 8));
|
my $token = hex (substr ($hash_buf, $offset, 8));
|
||||||
$token &= 0x7fffffff;
|
$token &= 0x7fffffff;
|
||||||
|
Loading…
Reference in New Issue
Block a user