mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 00:01:16 +00:00
tidy changes.txt and name normalizations
This commit is contained in:
parent
3fc185a66b
commit
72baa22337
@ -8584,7 +8584,7 @@ END_CODE
|
|||||||
my $enc_offset = substr($enc, $offset, 8);
|
my $enc_offset = substr($enc, $offset, 8);
|
||||||
$hash_buf = $enc_offset;
|
$hash_buf = $enc_offset;
|
||||||
|
|
||||||
$tmp_hash = sprintf ("\$Chacha20\$\*%s\*%d\*%s\*%s\*%s", $counter, $offset, $iv, unpack("H*", substr($plaintext, $offset, 8)), unpack("H*", $enc_offset));
|
$tmp_hash = sprintf ("\$ChaCha20\$\*%s\*%d\*%s\*%s\*%s", $counter, $offset, $iv, unpack("H*", substr($plaintext, $offset, 8)), unpack("H*", $enc_offset));
|
||||||
}
|
}
|
||||||
elsif ($mode == 15600)
|
elsif ($mode == 15600)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user