/* Define the maximum password length */ #define MIN_PASSWORD_LENGTH 8 ...
var neededChars = []; function selectChar(index, value) ...
JavaScript Ugly password select helper
Looks very bloated and unor...
#!/bin/ruby characters_to_use="ABCD" ...
Ruby brute-force password cracker
by Nathan,
October 10, 2008 22:29,
5 refactorings, tagged with password, brute-force, crack, combination, permutation
Just a quick-and-dirty for ...
I wanted to try my hand at ...