very long salt
#1
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 hashConfusedalt

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.
#2
Hello, your salt is too long. Max 55 char you can do with lite version.
#3
Yes, same for CPU.
#4
You might want to consider JtR or PasswordPro (Only for Windows).
#5
Why? At least jtr has the same limitation:

salted_sha1_fmt_plug.c:#define PLAINTEXT_LENGTH (55-MAX_SALT_LEN)
#6
@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.