From 9fbd841d853e1c6483a93e5c96aa589a26e28998 Mon Sep 17 00:00:00 2001 From: Aleksi Lindeman Date: Tue, 9 Apr 2019 17:50:47 +0200 Subject: Revert back to argon2i --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index dcae648..87936c2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ It is designed to use less bandwidth over speed. Data is signed using ed25519, encrypted using xchacha20-poly1305 ietf and hashed using Blake2b. See src/Encryption.cpp, src/Signature.cpp and src/Hash.cpp. Also check Scheme.md for packet construction. +## Password +Data is stored encrypted on disk by using the hash of the user password. The password is hashed using Argon2i. # Limits Only 800kb of data can be used for each `add`. You can add more data by using `add` several times. -- cgit v1.2.3