Skip to content
/ passGen Public

passGen is a simple CLI password generator written in Go. It supports random generation, custom character ranges, dynamic length, and plain string output.

License

Notifications You must be signed in to change notification settings

lnkssr/passGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passGen

passGen is a minimal command-line password generator written in Go.
It is designed to be simple, fast, and dependency-free.

Features

  • Full random password generation
  • Custom character ranges
  • Adjustable password length
  • Clean string output
  • Command-line interface (CLI)

Installation

Clone the repository and build from source:

	git clone https://github.com/lnkssr/passGen.git
	cd passGen
	make install

Build with docker (coming soon)

	docker build -t passgen-builder .
	docker create --name passgen-tmp passgen-builder
	mkdir -p bin
	docker cp passgen-tmp:/passGen ./bin/passGen
	docker rm passgen-tmp

About

passGen is a simple CLI password generator written in Go. It supports random generation, custom character ranges, dynamic length, and plain string output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published