Skip to content

stanikoc/passgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passgen

A fast and simple password generator written in Go. Generates highly secure and easy to type passwords.

Prerequisites

  • You need to have Go installed on your system to compile the code.
  • Linux (Wayland) Users: You must have the wl-clipboard package installed on your system for the automatic copy-to-clipboard functionality to work. (X11 users will need xclip).

Installation & Building

git clone [https://github.com/stanikoc/passgen.git](https://github.com/stanikoc/passgen.git)
cd passgen
/build.sh

The compiled binaries will be placed in a release/ directory.

Usage

Generate a standard password (3 batches of 5 characters):

./passgen

Specify the length (number of batches):

./passgen -l 5

Include special characters with "-s" flag:

./passgen -l 4 -s

About

A simple password generator to create easy to type and secure passwords.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors