0

Is there a program/tool/utility that would allow me to generate all possible character combinations (lowercase, uppercase, symbols, numbers) over a given length of characters (min-max)?

tshepang
  • 12,111
  • 21
  • 91
  • 136
  • if you are interesting in building your own solution, a question has already been asked: http://stackoverflow.com/questions/361/generate-list-of-all-possible-permutations-of-a-string – Colin Pickard Apr 19 '09 at 19:35

3 Answers3

1

If you don't need a code, just strong passwords you can try to use some services:

http://onlinepasswordgenerator.net

http://h4sher.net

techzoom.net/tools/password-generator.en

atommy
  • 11
  • 1
1

This is essentially the same field as brute-force password cracking, which might be what you are trying to achieve. Wikipedia has a reasonable article on password cracking, and lists the most popular software for the task.

Colin Pickard
  • 45,724
  • 13
  • 98
  • 148
0

Online:

Desktop:

boj
  • 10,935
  • 5
  • 38
  • 57