Name: Bio 2011-01-24 5:09
I'm looking for software figured someone here might be of help.
I need a program to generate a dictionary or library, based on a customizable rule set where I pick the characters, a-z A-Z 1-0 special characters like ¥©, punctuation "'., etc ~
and preferably the number of times one get's used on an individual basis, ex, limiting the number of Dd's used without messing with other letters and characters.
and if at all possible, being able to restrict results by comparing it with an already existing library, which would hopefully be relatively easy to add/remove items from
and of course I would want it to display a list of what it generated in the program so I can look through it and edit before saving it for use with other programs
and perhaps a restriction on the # of results, as I wouldn't necessarily want it to make every possible combination, 5,000 results is usually enough
min. max word length
#of words
you get the idea, like an ultimate word/password program
anything you happen to know of that's even close would be great as a start, I've been looking and there's garbage out their, I'm thinking about just making one myself, in C++ or D if anyone is interested in joining me.
I need a program to generate a dictionary or library, based on a customizable rule set where I pick the characters, a-z A-Z 1-0 special characters like ¥©, punctuation "'., etc ~
and preferably the number of times one get's used on an individual basis, ex, limiting the number of Dd's used without messing with other letters and characters.
and if at all possible, being able to restrict results by comparing it with an already existing library, which would hopefully be relatively easy to add/remove items from
and of course I would want it to display a list of what it generated in the program so I can look through it and edit before saving it for use with other programs
and perhaps a restriction on the # of results, as I wouldn't necessarily want it to make every possible combination, 5,000 results is usually enough
min. max word length
#of words
you get the idea, like an ultimate word/password program
anything you happen to know of that's even close would be great as a start, I've been looking and there's garbage out their, I'm thinking about just making one myself, in C++ or D if anyone is interested in joining me.