(06-28-2018, 04:08 PM)undeath Wrote: format is hashalt, hash in hex format, salt in binary (if you have non-ascii characters specify the salt in hex and use --hex-salt)
Your hash file has a BOM, you need to remove that.
this is example one of the hashes i want to crackÂ
$salt$hash
so it should be look like this :
hash:saltÂ
right ?