From 9eb900ee6017d19d523f27d780d756cefc2b72fd Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 23 Dec 2024 18:40:22 +0100 Subject: style(treewide): Format --- notes/passwords.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'notes/passwords.md') 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 ``` -- cgit 1.4.1