summary refs log tree commit diff stats
path: root/notes/passwords.md
diff options
context:
space:
mode:
Diffstat (limited to 'notes/passwords.md')
-rw-r--r--notes/passwords.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/notes/passwords.md b/notes/passwords.md
new file mode 100644
index 0000000..a26bc3e
--- /dev/null
+++ b/notes/passwords.md
@@ -0,0 +1,6 @@
+# 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
+```