Home
Name Modified Size InfoDownloads / Week
README 2013-06-02 278 Bytes
alg.c 2013-06-02 1.7 kB
compile.bash 2013-06-02 103 Bytes
Totals: 3 Items   2.1 kB 0
In this folder you can find 
the code, written in C, for generate a password.

For running the program you must compile from bash
or any other xterminal with the string: 

gcc -c alg.c
gcc alg.o -o password
./password

or you can use the script bash who compile everything :-) 
Source: README, updated 2013-06-02