PassGen icon indicating copy to clipboard operation
PassGen copied to clipboard

Appending to the output file rather than resetting the whole file.

Open jalotra opened this issue 6 years ago • 0 comments

If a user runs the same passgen.py with different tags and names, I want new tag -a to be made that appends new passwords to the output.txt instead of clearing and then rewriting the whole file.

How to reproduce: python passgen.py roger -n -f -o Roger_all_combinations.txt wc -w roger_all_combinations.txt // Will give 38 python passgen.py roger -n -f -o roger_all_combinations.txt wc -w roger_all_combinations.txt // Will give 192

jalotra avatar Jul 29 '19 18:07 jalotra