very long salt - 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: very long salt (/thread-1316.html) |
very long salt - trifid - 06-21-2012 Hi, I have a very long salt (120 chars) and I am getting a "line length exception". This is my first time with hashcat. Password is variable length. I have a plain text file ~/hash.txt with hashalt Command is hashcat-cli64.bin --hash-mode 100 --output-file ~/out.txt ~/hash.txt This is an ubuntu box. What can I do? Thanks in advance. RE: very long salt - KT819GM - 06-21-2012 Hello, your salt is too long. Max 55 char you can do with lite version. RE: very long salt - atom - 06-21-2012 Yes, same for CPU. RE: very long salt - M@LIK - 06-21-2012 You might want to consider JtR or PasswordPro (Only for Windows). RE: very long salt - atom - 06-21-2012 Why? At least jtr has the same limitation: salted_sha1_fmt_plug.c:#define PLAINTEXT_LENGTH (55-MAX_SALT_LEN) RE: very long salt - halfie - 06-22-2012 @trifid: Can you post some sample hashes and the application name which generated those hashes? I can take a look and modify JtR to support them. |