From 483c2e1825971b28ff1b6a28c5c37c42ff2ab063 Mon Sep 17 00:00:00 2001 From: dec05eba <0xdec05eba@gmail.com> Date: Sun, 29 Apr 2018 13:22:37 +0200 Subject: Remove implemented todo --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index abe8a0d..5e62b91 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ If we are spammed with the same key pair, we can ban messages that comes from th which would take some time (we can make key generation take 60 seconds). ## Error handling Currently operations are executed without knowing if they succeed or not. Operations should be modified to perhaps return std::future or use a callback function which is called with the operation result. -## Safely store private keys -Use Argon2 to store private keys ## Authorization Verify the user that uses 'add' operation belongs to a group with write access to the key. If authorization fails, store the request for a period of time since the request can be received before we have got the request to add user to the group with write access for the key. -- cgit v1.2.3