Skip to content

Strongpass v1.0.0

Choose a tag to compare

@ownerigor ownerigor released this 20 Sep 14:17
· 1 commit to main since this release

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