Skip to content

Random password generator for C/POSIX. Simple, clean, and easily audited.

Notifications You must be signed in to change notification settings

rowanj/password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Simple, portable, auditable, secure password generator.

Requires a standard C compiler and a source of randomness, like /dev/random

Program works by reading input stream and writing any printable characters 
until the desired length is reached.

For environments that need less password complexity, you may prefer to use
'isalphanum()' instead of 'isprint()'.

--
USAGE

Compile:
i.e.
gcc -o password password.c

The program should compile cleanly even with:
gcc -Wall -Wextra -ansi -pedantic -o password password.c

Run:
./password

--
Written by Rowan James (Phere Development Pty. Ltd.) 2011

Free for any use.

About

Random password generator for C/POSIX. Simple, clean, and easily audited.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages