diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-06-30 10:51:58 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-06-30 10:51:58 +0200 |
commit | dd1d4b33c086fb13a27ee30b253adee88614f780 (patch) | |
tree | 397ab0e98ecbd4ecd28472e4380a7a24902e377a /README.md | |
parent | 76ad717ca068d9af838c346aca792e9d3afd6026 (diff) |
preparations for use of multiple hash algos for challenge response
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 +- challenge response: switch from md5 to sha-512 (WiP) - packet obfuscation - encryption (metadata + payload) ``` |