1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

skip periodic status updates in stdin+stdout mode to prevent output pollution

This commit is contained in:
philsmd 2016-08-18 12:05:45 +02:00
parent d495728943
commit 0413806a04
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -23,6 +23,7 @@
- Slightly increased NVidias rule-processing performance by using generic instructions instead of byte_perm()
- Add support for @ rule (RULE_OP_MANGLE_PURGECHAR) to use on GPU
- Add support for --outfile (short -o) to be used together with --stdout
- Skip periodic status output whenever --stdout is used together with stdin mode, but no outfile was specified
##
## Bugs