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)
A:
boj
2009-04-19 19:33:04
+1
A:
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
2009-04-19 19:33:48