line break problem
#1
Hello, didn't found a thread that solves my problem.
When I load a hashfile over my command file like:
"oclHashcat64.exe -a 3 abc.hash --outfile=hashes --outfile-format=3 --separator=:"
what char should I use that my output file makes a line break after each solved hash?
example:
hash:plainpw
hash:plainpw
hash:plainpw
...

At the moment the solved hashes are stringed like:
hash:plainpwhash:plainpwhash:plainpw...

thx for help
#2
oclHashcat output is always in the format:
hash[Confusedalt]:plain

you just need to use a modern text editor (like notepad++ on windows) which is able to show you the newlines