Posted by Gleep on 10/02/06 19:05
On Mon, 2 Oct 2006 09:34:13 +0800, "Hans Worst" <hans@worst.invalid> wrote:
>You know them brute force password crackers... Just give the min/max
>passwordlength and the character scope in which they have to search.
>
>min length: 1
>max length: 7
>scope:abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890!@#$%^&*()_
>
>Can anybody help me with a compact code for generating all possibilities?
>
I don't know what you are trying to accomplish with this, maybe trying to crack web sites with brute
force method??
It's easy to write the algorythm to do this however - the memory variable will time out and you will
be building a string so gigantic you will run out of system memory.
You are using the wrong tool for an online password cracker
Navigation:
[Reply to this message]
|