Releases: ownerigor/strongpass
Releases · ownerigor/strongpass
Release list
Strongpass v1.0.1
Release v1.0.1 – Binary Adjustments
📦 Updated Binaries
- Linux 64-bit:
strongpass-linux - macOS Intel 64-bit:
strongpass-macos - macOS ARM64 (Apple Silicon):
strongpass-macos-arm64 - Windows 64-bit:
strongpass.exe
🛠 Changes
- Fixed compatibility issues in binaries for each operating system.
- Internal fixes to ensure portability and stability of the builds.
- Minor code adjustments to prevent cross-platform execution errors.
⚠️ Notes
- Test each binary on its respective operating system before distribution.
- This release does not add new features; it only fixes binary execution issues.
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