I want to use batch processing to generate a password dictionary. The user enters the password length, and an automatic dictionary file dictionary.txt is generated. If 3 is entered, the content of dictionary.txt is as follows:
If 4 is entered, the content of dictionary.txt is as follows:
Hope an expert can give guidance.
[ Last edited by HAT on 2008-11-12 at 21:39 ]
000
001
002
...
998
999
If 4 is entered, the content of dictionary.txt is as follows:
0000
0001
0002
....
9998
9999
Hope an expert can give guidance.
[ Last edited by HAT on 2008-11-12 at 21:39 ]

