diff --git a/README.md b/README.md index ede38538efcae92ebe783f9f15dd83512bc75523..e742bbac64dfb4fc611809ab238d4cceddb412dc 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,12 @@ SPDX-License-Identifier: CC0-1.0 # eow -CLI password generator that uses the [NewBase60 character set]. +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. -[NewBase60 character set]: http://tantek.pbworks.com/w/page/19402946/NewBase60 +[an Apple-style algorithm]: https://rmondello.com/2024/10/07/apple-passwords-generated-strong-password-format/ +[NewBase60]: http://tantek.pbworks.com/w/page/19402946/NewBase60 ## Installation @@ -19,15 +22,17 @@ $ go install git.sr.ht/~amolith/eow@latest ## Usage ```text -$ eow -h -Usage: eow [-h] - --h prints this help message - -Arguments are positional, so length AND count -may be omitted OR count may be omitted. If -specifying count, length must also be -specified. When ommitted, length defaults to -20 and count defaults to 1. +$ eow +kiwmuX tibhoj radvo0 +$ eow +suJcig-tegtek-nuzwe9 +$ eow +9adtif.tAvver.loltil +$ eow -n +A_7Bq8wASqPwvtMHx1UY +$ eow -n +fDQ2bkDK8xZgq9ZQ6P5R +$ eow -n +AMSiSrVxXQWmommxVg1X ```