Skip to content

A simple command-line tool to generate secure passwords with customizable options. Built with Go and Cobra.

Notifications You must be signed in to change notification settings

Amizhthanmd/password-generator-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator CLI

A simple command-line tool to generate secure passwords with customizable options. Built with Go.

Getting Started

Clone the Repository

git clone https://github.com/Amizhthanmd/password-generator-cli.git

cd password-generator-cli

go build -o password-generator

Usage

Generate a password with various customizable options:

Basic Command

./password-generator generate

Example

Generate a password with a specific length and no uppercase letters:

./password-generator generate -t 16 -u=false

Generate a password without lowercase letters:

./password-generator generate -l=false

Generate a password without symbols:

./password-generator generate -s=false

About

A simple command-line tool to generate secure passwords with customizable options. Built with Go and Cobra.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages