View Single Post
  #1 (permalink)  
Old 09-18-2009, 06:44 AM
BlackMat BlackMat is offline
Junior Member
 
Join Date: Jan 2009
Posts: 26
Default Coding bruteforce dictionary generator

Hello all
I am trying to build a dictionary generator in C++ but am alittle lost with the theory so I am hoping I can pick on other peoples brains.
Anyway, I want to generate a file that will have a password length of 6 and generate all possible values from 0-9 and a-z. The only way I can think of doing this is by using a multidimensional array but that'll be really long winded and complex. Does anyone have any suggestions on approach?
Reply With Quote