README.md

 1<!--
 2SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
 3
 4SPDX-License-Identifier: CC0-1.0
 5-->
 6
 7# eow
 8
 9CLI password generator that uses [an Apple-style algorithm] by default or a
10reduced character set called [NewBase60] that's very compatible and
11unambiguously readable.
12
13[an Apple-style algorithm]: https://rmondello.com/2024/10/07/apple-passwords-generated-strong-password-format/
14[NewBase60]: http://tantek.pbworks.com/w/page/19402946/NewBase60
15
16## Installation
17
18```shell
19$ go install git.sr.ht/~amolith/eow@latest
20```
21
22## Usage
23
24```text
25$ eow -h
26Usage of eow:
27  -n, --nb60       Generate a 20-character password using the NewBase60 charset
28pflag: help requested
29$ eow
30kiwmuX tibhoj radvo0
31$ eow
32suJcig-tegtek-nuzwe9
33$ eow
349adtif.tAvver.loltil
35$ eow -n
36A_7Bq8wASqPwvtMHx1UY
37$ eow -n
38fDQ2bkDK8xZgq9ZQ6P5R
39$ eow -n
40AMSiSrVxXQWmommxVg1X
41```