A fast and simple password generator written in Go. Generates highly secure and easy to type passwords.
- You need to have Go installed on your system to compile the code.
- Linux (Wayland) Users: You must have the
wl-clipboardpackage installed on your system for the automatic copy-to-clipboard functionality to work. (X11 users will needxclip).
git clone [https://github.com/stanikoc/passgen.git](https://github.com/stanikoc/passgen.git)
cd passgen
/build.shThe compiled binaries will be placed in a release/ directory.
Generate a standard password (3 batches of 5 characters):
./passgenSpecify the length (number of batches):
./passgen -l 5Include special characters with "-s" flag:
./passgen -l 4 -s