/bash-passgen

Primary LanguageShellBSD Zero Clause License0BSD

simple bash password generator using urandom. generates 100 passwords and dumps them in ~/password. PRs welcome to increase shell compatibility.
To use: 
 git clone (insert repo here) passgen
To use without installing
 cd passgen
 ./passgen
To use & install
 cd passgen
 # mv passgen (somewhere in path)
 passgen
To remove
 rm /path/to/passgen
To configure
 # (editor of choice) /path/to/passgen