The output file looks messy.
#1
Hello,

I am trying to crack over 5k passwords with Hashcat GUI for windows, it cracked them pretty quickly then I opened the output file to find out it's messy. There's no separator between hash: passwords.

This is how the output file looks like:
Code:
hash:salt:passwordhash:salt:password

I want it to look like something like this:
Code:
hash:salt:password,hash:salt:password

or

Code:
hash:salt:password
hash:salt:password

I even tried with normal MD5 hashes, same problem. Is there any solution for this?
#2
Use something other than notepad.exe.
#3
(07-26-2012, 04:51 PM)M@LIK Wrote: Use something other than notepad.exe.

I downloaded notepad++ and opened the file with it, now it looks nice, thanks!