Problems with formatting - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Problems with formatting (/thread-5413.html) |
Problems with formatting - bob marley - 04-25-2016 Output hashes are printed like this: http://prntscr.com/awtdgq Rather than a list like this: http://prntscr.com/awte0w This makes it very hard to read, I don't think its normal. Also, only when using --remove, the hash file turns into a jumbled mess like the first picture. Anyone have an answer please? Thanks. RE: Problems with formatting - epixoip - 04-25-2016 Use a real text editor, not notepad.exe RE: Problems with formatting - bob marley - 04-26-2016 (04-25-2016, 11:30 PM)epixoip Wrote: Use a real text editor, not notepad.exe Wow thanks, fixed everything haha. RE: Problems with formatting - epixoip - 04-26-2016 Mhm, notepad.exe expects CRLF line endings and doesn't know how to handle files with LF line endings, so that's why everything appears on one line. |