Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Apr 6, 2024
1 parent ad0b0e7 commit 0075696
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" <optional-cost>
```

Where <optional-cost> 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 :)
Expand Down

0 comments on commit 0075696

Please sign in to comment.