/* Define the maximum password length */
#define MIN_PASSWORD_LENGTH 8
...

C Password gen in C with MD5 ...

by deepspring, January 14, 2011 20:38, 8 refactorings, tagged with c, password, generator, md5

I wanted to try my hand at ...

56438d61fd1c1b7d352a12c9b402f4a9 Talk
var neededChars = [];

function selectChar(index, value)
...

JavaScript Ugly password select helper

by garreh.myopenid.com, October 01, 2010 18:28, 1 refactoring, tagged with Structures, password

Looks very bloated and unor...

55502f40dc8b7c769880b10874abc9d0 Talk
#!/usr/bin/perl -w
use strict;

...

Perl deldup

by tak11.myopenid.com, December 16, 2008 03:54, 4 refactorings, tagged with perl, file, password

ment to cycle through a pas...

42306c1a1e87611519fdf1811ffe2c9c Talk
#!/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 ...

D5145c421cd25af6fa577c15219add90 Talk