lldap/auth
Valentin Tolmer 73a39fecf0 opaque: Lower the compute cost
This reduces the time to validate a password, at a minor cost of
security (makes bruteforcing the DB easier, but still really hard).

Note: this invalidates all current passwords. It is recommended to
delete the admin user directly in sqlite:

$ sqlite3 users.db
> DELETE from users WHERE user_id = "admin";

It will be recreated with the reset password when restarting the server.
The admin can then reset other users' passwords.
2021-10-15 08:05:50 +02:00
..
src opaque: Lower the compute cost 2021-10-15 08:05:50 +02:00
Cargo.toml model: rename to auth 2021-08-31 20:32:55 +02:00