From 0075696cb64360dc356ee70912b463d2239863f1 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Sat, 6 Apr 2024 17:21:33 -0400 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a224633..561a2b0 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ The most important fields to change are the `secret` ( a key used for token auth docker run -it evilsocket/arc:latest password "your-new-password" ``` +Where is an integer in the interval 4..31 determining the bcrypt cost. + **NOTE** Other than the username and the password, during login you need to specify an additional encryption key. This second key is not used to login to the system itself but to encrypt and decrypt your records client side. You can specify different keys each time you login, as long as you remember which key you used to encrypt which record :)