nsldaps with salt length==20, increase password lenth - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: nsldaps with salt length==20, increase password lenth (/thread-2092.html) |
nsldaps with salt length==20, increase password lenth - hashrat - 02-20-2013 Hello, first, oclhashcat is really nice, but today i tried to use oclHashcat-(lite/plus) with a nsldaps (SSHA-1 base64) hash with a salt length of 20. But the char size of this hash is 57, but the maximum length is given to 55 (regarding to http://hashcat.net/wiki/doku.php?id=oclhashcat_lite#supported_algorithms_and_supported_password_plaintext_lengths), this is the reason why the error "Line-length exception" occours i think. Is there anopportunity to use SSHA hashes with hashcat(-lite) or did I something wrong? here is my base64 ssha hash NX8xwl2W+4W5sf0lgeqLMtbP5OFGg6mgjC9DrMJjYEdykl6fJ0T40Q== the clear text password from my hash is milch1 such a salt is used in MoinMoin 1.9.x wiki for example ( http://moinmo.in/MoinMoin2.0/SecurePasswordStorage ) Cheers, hashrat btw: In john-the-ripper I had to change MAX_SALT_LEN from 16 to 20 in the source file john-1.7.9-jumbo-7/src/salted_sha1_fmt_plug.c and then self compile john to use this salt length RE: nsldaps with salt length==20, increase password lenth - atom - 02-22-2013 OK, will do if you can add a trac ticket RE: nsldaps with salt length==20, increase password lenth - hashrat - 02-23-2013 Ticket created. https://hashcat.net/trac/ticket/78 |