diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-08-17 10:13:08 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-08-17 10:13:08 +0200 |
commit | 8b2adfcdbfdca4ec61392c29b07562fd7d236d56 (patch) | |
tree | 500705280928213c139ce809ca10810b5f40d140 | |
parent | cc3604ed18dbca777083bfe97dfdd214c276672e (diff) | |
download | blog-8b2adfcdbfdca4ec61392c29b07562fd7d236d56.tar |
Update external link
-rw-r--r-- | posts/readable-random-passwords-with-jot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/readable-random-passwords-with-jot.md b/posts/readable-random-passwords-with-jot.md index 20bfb44..2a1e220 100644 --- a/posts/readable-random-passwords-with-jot.md +++ b/posts/readable-random-passwords-with-jot.md @@ -9,7 +9,7 @@ Without the context of words, several pairs of characters are almost indistguish Yet, I sometimes need to come up with and write down strong passwords to be deciphered by my future self, or some unlucky other person. That's why I created a small script to generate random passwords specifically intended for handwriting. -I called the script `jotpass` because it wraps the `jot(1)` utility shipped with [OpenBSD](https://man.openbsd.org/OpenBSD-6.9/jot), [NetBSD](https://man.netbsd.org/NetBSD-9.2-STABLE/jot.1), [FreeBSD](https://www.freebsd.org/cgi/man.cgi?query=jot&apropos=0&sektion=0&manpath=FreeBSD+13.0-RELEASE&arch=default&format=html), and others. +I called the script `jotpass` because it wraps the `jot(1)` utility shipped with [OpenBSD](https://man.openbsd.org/OpenBSD-6.9/jot), [NetBSD](https://man.netbsd.org/NetBSD-9.2/jot.1), [FreeBSD](https://www.freebsd.org/cgi/man.cgi?query=jot&apropos=0&sektion=0&manpath=FreeBSD+13.0-RELEASE&arch=default&format=html), and others. By default, it prints a random sequence of 12 dash-separated groups of four unambiguous ASCII letters and digits each. However, you can change the alphabet, the number and width of groups, and the separator as described in the [man page](/files/jotpass.1-0.1.0.html). For example: |