1 2 3 4
#!/bin/ruby characters_to_use="ABCD" ...
Ruby brute-force password cracker
by Nathan,
October 10, 2008 22:29,
4 refactorings, tagged with password, brute-force, crack, combination, permutation
1 2 3 4
#!/bin/ruby characters_to_use="ABCD" ...
Just a quick-and-dirty for ...