mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-23 16:38:29 +00:00
Fix precompute bug in PeopleSoft PS_TOKEN
This commit is contained in:
parent
3022abf956
commit
eb88171bdd
@ -12095,7 +12095,7 @@ int pstoken_parse_hash (char *input_buf, uint input_len, hash_t *hash_buf)
|
||||
|
||||
pstoken->pc_offset = 0;
|
||||
|
||||
for (int i = 0; i < (int) pstoken->salt_len - 64; i += 64)
|
||||
for (int i = 0; i < (int) pstoken->salt_len - 63; i += 64)
|
||||
{
|
||||
uint w[16];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user