CLI password generator
0

Configure Feed

Select the types of activity you want to include in your feed.

Go 63.7%
Just 18.3%
Shell 16.1%
Other 1.9%
24 1 2

Clone this repository

https://tangled.org/secluded.site/eow https://tangled.org/did:plc:qqcx4s2fqd6oit4m4fy3jdq3
git@knot.secluded.site:secluded.site/eow git@knot.secluded.site:did:plc:qqcx4s2fqd6oit4m4fy3jdq3

For self-hosted knots, clone URLs may differ based on your setup.


README.md

eow#

Go module documentation REUSE status AGPL-3.0-or-later license

Open an issue on Tangled Open a pull request on Tangled

CLI password generator that uses an Apple-style algorithm by default or a reduced character set called NewBase60 that's very compatible and unambiguously readable.

Installation#

Download the binary appropriate for your system from the releases page or build from source with:

$ go install secluded.site/eow@latest

Usage#

$ eow -h
Usage of eow:
  -n, --nb60       Generate a 20-character password using the NewBase60 charset
pflag: help requested
$ eow
kiwmuX tibhoj radvo0
$ eow
suJcig-tegtek-nuzwe9
$ eow
9adtif.tAvver.loltil
$ eow -n
A_7Bq8wASqPwvtMHx1UY
$ eow -n
fDQ2bkDK8xZgq9ZQ6P5R
$ eow -n
AMSiSrVxXQWmommxVg1X

Contributions are welcome#

This repo is on SourceHut (repo) and Radicle (web, rad:z3wM6KcuC7cRC7E7MkvnM7jo1nFLu, what is Radicle?).