detergen v0.0.1
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/dgUsage
# Generate password
dg generate myword -s facebook
# Custom length
dg generate myword -s twitter -l 16Checksums
Verify your download with checksums.txt