# 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
```