wordlist line ending?
#1
Just got hashcat going.
But having a prob with some wordlists.
One's I've created on linux (and mac) seem to work, But ones I've downloaded seem to cause fits. At first I thought it might be the rather large 29GB file, but even smaller >100MB ones fail too.

Does oclHashcat need *nix style line endings in the wordlist?

TIA.
#2
It works with \n (unix) and \r\n (windows) line feeds, but not with \r (mac). You need to convert it before.
#3
Thanks for the info. Everything is running well.

(and just a rant: <sigh>, 3 different 'standards'. Should just use the *nix)