summary refs log tree commit diff stats
path: root/notes/passwords.md
blob: d0927827b6c95c6647355b951272d97d5f2e3ad9 (plain) (blame)
1
2
3
4
5
6
7
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
```