diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-13 16:55:05 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-13 16:55:05 +0200 |
commit | e8d08f4f3a943e9dc01f0c2faecfe5ce19fa1837 (patch) | |
tree | 4f0f701ec9a6a0ba7e9b1fcabafa6bba71481a98 | |
parent | Add pepper to input hash ("password"), not to salt (diff) | |
download | secauth-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>
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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).) |