Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 428 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 428 Bytes

gen-passwd

Build Status

Generates a random password using /dev/urandom. Just a small project that I though I would upload incase it's useful to anyone else. It takes flags that specify the length of the password to be generated and the set of valid characters for the password. No config, just make and run.