/* 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
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
...

C md5-file.c

by https://www.google.com/accounts/o8/id?id=AItOawkaJfxdlVdOFdPHlhS4nKHGKNOFcokUd7I, December 26, 2010 01:27, 2 refactorings, tagged with c, md5, prettier

I've been messing around wi...

55502f40dc8b7c769880b10874abc9d0 Talk