Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

word generator


ghost's Avatar
0 0

I am writing a program to make a word list for me, so far i have all possible combinations up to 11chars in length. How far should I keep it going to (15, 20)?

Please don't say 100000… because my computer would cry itself to death (if i didn't run out of room first).


ghost's Avatar
0 0

with all possibilities to 3chars, the file size is:

edit i had some errors in my code, but 4chars is 89,865,218 bytes long end edit

yeah…

I think I may run out of space lol… the total for 1-20chars is 704423425546998022968330264616370000 bytes (62 total chars, need to figure out how to get \ ' " # > < into the char list.)

edit program works great, but i don't have the storage for this kind of thing : / lol