Skip to content

munene-m/firstpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firstpass

password generator CLI

Installation

git clone https://github.com/munene-m/firstpass.git`
cd firstpass
make build

Usage

Run the CLI using:

make run ARGS="[flags]"

Flags

  • -l --length int: Length of the password(default: 15)
  • -c --count int: Number of passwords to generate
  • -L --lowercase bool: Include lowercase characters
  • -U --uppercase bool: Include uppercase characters
  • -n --numbers bool: Include numeric values
  • -cp --copy bool: Copy to clipboard
  • -s --special bool: Include special characters

Example

make run ARGS="-l 14 -U -L -n -s -c 2"

This command generates 2 passwords, each 14 characters long, including uppercase, lowercase, numbers, and special characters.

Features

  • Generate strong passwords
  • Use flags to select attributes of your password
  • Generate multiple passwords at once
  • Copy generated passwords to clipboard
  • Option to exclude similar looking passwords
  • Save generated passwords to file
  • Password strength meter

About

Password generator CLI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published