Skip to content

fxckcode/passgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 passgen

passgen is a lightweight and secure command-line tool built in Go to help you manage passwords from your terminal. It allows you to:

  • ✅ Generate strong, random passwords
  • 🔒 Encrypt passwords using bcrypt
  • 🧪 Verify plaintext passwords against bcrypt hashes

🚀 Features

  • Generate passwords with custom length and character sets
  • Support for uppercase letters, numbers, and symbols
  • Encrypt passwords using bcrypt with customizable cost factor
  • Verify if a password matches a given bcrypt hash

📦 Installation

go install github.com/fxckcode/passgen@latest

About

A simple and secure CLI tool written in Go to generate, encrypt, and verify passwords from your terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages