diff options
Diffstat (limited to 'notes/passwords.md')
-rw-r--r-- | notes/passwords.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/notes/passwords.md b/notes/passwords.md index a26bc3e..d092782 100644 --- a/notes/passwords.md +++ b/notes/passwords.md @@ -1,6 +1,8 @@ # Passwords + These are created by running (and leaving everything to the default values, as we assume they are sound): + ```sh openssl rand -hex 64 | mkpasswd --password-fd=0 | wl-copy ``` |