How can I further set the rules I know about the seed?
#1
Hello, I'm new to this but I've read some documentation and now I have this command

--stdout -a 3 -1 01 -2 abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ -m 1400 ?1_?2?2?2?2?2?2?2?2?2?2?2?2?2?2 >  lab1.dic

I wanted to test if the words generated were right, I get an integr overflow, I understand the number of combinations is huge, but also I don't know how to add more rules because I know more about the structure of the seeds, 
they are this way

1_xDgtFGbJkFrTpo
or
0_xDgtFGbJkFrTpo

its a set 1 and 0, a _ and 14 random letters, I want to narrow it down, 1_aaaaaaaaaaaaaa is not useful, for me 1 repeat is enough, also I know they have 6 to 8 uppercase letters, so all uppercase, all lowercase are no use either, the seeds can have duplicated letters, but there are tons that don't have them so no-repeat is ok, also if A is present, then I don't need a. I can't figure out yet how to implement those rules...

Thanks
Reply


Messages In This Thread
How can I further set the rules I know about the seed? - by owowo - 06-09-2021, 05:57 AM