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