From d021e7b8bfae0df75f3f0875230ac0331f1f3ed3 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Wed, 15 Jan 2025 18:26:11 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8891c0c..49ac4e8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Password hashes can be generated with rustical pwhash ``` -#### Docker +### Docker You can also run the upper commands in Docker with @@ -61,7 +61,8 @@ docker run -it --rm ghcr.io/lennart-k/rustical rustical pwhash ### Password vs app tokens The password is meant as a password you use to log in to the frontend. -Since it's sensitive information, the secure but slow hash algorithm `argon2` is chosen. +Since it's sensitive information, +the secure but slow hash algorithm `argon2` is chosen. I recommend to generate random app tokens for each CalDAV/CardDAV client. These can use the faster `pbkdf2` algorithm.