Strongpass v1.0.0
Strongpass is a simple, secure password generator CLI written in Go.
Features
- Generate passwords of configurable length
- Include/exclude numbers, symbols, uppercase letters
- Generate multiple passwords at once
Usage Examples
Generate one 16-character password
strongpass --length 16 --numbers --symbols
Generate 3 passwords at once
strongpass --length 20 --numbers --symbols --count 3
Platforms
- Windows 64-bit: strongpass.exe
- Linux 64-bit: strongpass-linux
- macOS Intel: strongpass-macos
- macOS ARM: strongpass-macos-arm64