hashcat / princeprocessor

Standalone password candidate generator using the PRINCE algorithm
Other
425 stars 98 forks source link

Simplified usage messages #3

Closed Sc00bz closed 9 years ago

Sc00bz commented 9 years ago

"setmode (fileno (stdout), O_BINARY);" is currently after the output message so it shouldn't effect it. Also stderr doesn't need to be binary output.

Sc00bz commented 9 years ago

Hmm not sure. I think the easiest way is to not accept the patch then change that one line yourself. Also "putchar ('\r');" is not needed. So you can replace the if defs with just "putchar ('\n');".

jsteube commented 9 years ago

All right, will do that. Many thanks for patches! Good stuff!