diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:48:26 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:48:26 +0100 |
| commit | 94a12a8ffe9f82d9a54142b5b66a75dd1ec9fd8f (patch) | |
| tree | 8536857aa95126a38dc94b2d612fbcf25b359982 /README | |
| parent | Update e-mail (diff) | |
| download | secauth-master.tar.gz secauth-master.tar.bz2 secauth-master.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ secauth is a protocol for authentication. It is not a secure alternative to encrypted -communcation, nor is it a password hashing algorithm, +communication, nor is it a password hashing algorithm, but is used between the two. If used correctly, secauth ensures the server owner, @@ -11,9 +11,9 @@ gives the user a lower bound for the security with which the server is treating the password. 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. +encryption, he will not get access to the user's +plain-text password and the information he get access +to is not reusable. (The configurations in the demos are in no way recommended, they are just portable and weak (fast) |
