diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-07-13 17:59:42 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-07-13 18:02:16 +0200 |
commit | cb8c15a231a9a8e49d6654a7d599fe9152159ae8 (patch) | |
tree | 28315af0b9af935ea5a46becec85c0ff596522d5 /README.md | |
parent | d42cd7795a44d5e5c32432eb536ef525bdb359a8 (diff) |
SHA512 challenge response authentication
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ installed. ## TODOs ``` -- challenge response: switch from md5 to sha-512 (WiP) +- challenge response: switch from md5 to sha-512 (testing) - packet obfuscation - encryption (metadata + payload) ``` |