[Solved] Most Efficient Language to Write a Password Generator In [closed]


If you don’t want to generate random passwords, but kind of a rainbow table without the need of hashes, you might just want to generate and ‘increment’ char sequences of certain lengths during the brute force test, like aaaa, aaab, aaac, … You’d use the language, in which that test is written.

3

solved Most Efficient Language to Write a Password Generator In [closed]