Most viewed Java recipes tagged "bruteforce"http://code.activestate.com/recipes/langs/java/tags/bruteforce/views/2010-07-18T11:33:38-07:00ActiveState Code RecipesNext Lexographic Word (Java)
2010-07-18T11:33:38-07:00st0lehttp://code.activestate.com/recipes/users/4174421/http://code.activestate.com/recipes/577315-next-lexographic-word/
<p style="color: grey">
Java
recipe 577315
by <a href="/recipes/users/4174421/">st0le</a>
(<a href="/recipes/tags/bruteforce/">bruteforce</a>, <a href="/recipes/tags/java/">java</a>, <a href="/recipes/tags/password/">password</a>).
</p>
<p>Generates next lexographically occuring word, say "aaa" -> "aab" -> "aac"</p>
<p>Can be used for password cracking....</p>