github danielkosgei/detergen v0.0.3

one day ago

detergen v0.0.3

Deterministic password generator with Argon2 hashing.

Installation

Download the binary for your platform:

  • Linux (x64): dg-linux-amd64
  • Linux (ARM64): dg-linux-arm64
  • macOS (Intel): dg-darwin-amd64
  • macOS (Apple Silicon): dg-darwin-arm64
  • Windows: dg-windows-amd64.exe

Make it executable (Linux/macOS):

chmod +x dg-*
sudo mv dg-* /usr/local/bin/dg

Usage

# Generate password
dg generate myword -s facebook

# Custom length
dg generate myword -s twitter -l 16

Checksums

Verify your download with checksums.txt

Don't miss a new detergen release

NewReleases is sending notifications on new releases.