Skip to content

Latest commit

 

History

3 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 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

关于

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

Resources

Stars

0 stars

关注者

0 watching

复刻s

发布

贡献者

Languages