1
0
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:
Jens Steube 2016-06-11 23:29:20 +02:00
parent 3022abf956
commit eb88171bdd

View File

@ -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];