aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-13 16:55:05 +0200
committerMattias Andrée <maandree@kth.se>2021-04-13 16:55:05 +0200
commite8d08f4f3a943e9dc01f0c2faecfe5ce19fa1837 (patch)
tree4f0f701ec9a6a0ba7e9b1fcabafa6bba71481a98 /README
parentAdd pepper to input hash ("password"), not to salt (diff)
downloadsecauth-e8d08f4f3a943e9dc01f0c2faecfe5ce19fa1837.tar.gz
secauth-e8d08f4f3a943e9dc01f0c2faecfe5ce19fa1837.tar.bz2
secauth-e8d08f4f3a943e9dc01f0c2faecfe5ce19fa1837.tar.xz
readme: demo settings are not recommended
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 1461186..504aa0e 100644
--- a/README
+++ b/README
@@ -14,3 +14,7 @@ Additionally, if an attacker breaks the communication
encryption, he will not access to the user's plain-text
password and the information he gets access to is not
reusable.
+
+(The configurations in the demos are in no way
+recommended, they are just simple and weak (fast)
+enough to run in valgrind(1).)