Recently I've developed a brute force password cracker tool (can be found in post BruteForcer). I think it deserves to mention some design characteristics of the application. I'll mention Alphabet Generation in other words base 26 operations that is used and needed for many programmers. Alphabet to Generate Our generator should output strings based on the … Continue reading Word Generation from Custom Alphabet – Base 26 Operations