I made a wordlist generator
#5
(01-31-2023, 01:57 PM)buka Wrote: You implemented your own hash table, why?
That was really at the beginning of the project.  I just really felt like making a hash table.  I'm happy I did it that way though, because then I could add the merge sort right into the hash table, so it worked out nice.
Reply


Messages In This Thread
I made a wordlist generator - by PhillyStyle1026 - 01-29-2023, 05:19 AM
RE: I made a wordlist generator - by buka - 01-31-2023, 01:57 PM
RE: I made a wordlist generator - by PhillyStyle1026 - 01-31-2023, 02:27 PM
RE: I made a wordlist generator - by WPA_Catcher - 02-05-2023, 02:15 AM
RE: I made a wordlist generator - by WPA_Catcher - 02-05-2023, 05:13 PM