05-28-2015, 04:44 PM
I've tried:
I've also tried:
...and I keep getting "Separator unmatched" or "Line-length exception"
Code:
...\cudaHashcat-1.36>cudahashcat64 -m --hash-type=111 -a --attack-mode=3 hash.txt -o out.txt
cudaHashcat v1.36 starting...
WARNING: Hashfile 'hash.txt' in line 1 ({ssha}********************************************==): Line-length exception
Parsed Hashes: 1/1 (100.00%)
ERROR: No hashes loaded
...\cudaHashcat-1.36>cudahashcat64 -m --hash-type=111 -a --attack-mode=3 hash.txt -o out.txt
cudaHashcat v1.36 starting...
WARNING: Hashfile 'hash.txt' in line 1 (**************************************************************************************=): Line-length exception
Parsed Hashes: 1/1 (100.00%)
ERROR: No hashes loaded
I've also tried:
Code:
cudahashcat64 -m 110 -a --attack-mode=3 hash.txt -o out.txt
...and I keep getting "Separator unmatched" or "Line-length exception"