diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-04-20 13:31:13 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-04-20 13:31:13 +0200 |
commit | 087cc3026522d080e322b5ba4431d1cc90a084ea (patch) | |
tree | a02a29f4924fdb37a281f920b9782253f57b13d5 | |
parent | f62bbc82579868aa1c494b0082136ed7c3c583f7 (diff) |
added TODOs
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | README.md | 7 |
2 files changed, 14 insertions, 0 deletions
@@ -121,6 +121,13 @@ be compiled on Windows, courtesy of Mike Miller, assuming mingw and WinPcap is installed. +TODOs +----- +- challenge response: switch from md5 to sha-512 +- packet obfuscation +- encryption (metadata + payload) + + Credits and contributors ------------------------ Daniel Stoedle et al. @@ -137,6 +137,13 @@ be compiled on Windows, courtesy of Mike Miller, assuming mingw and WinPcap is installed. ``` +## TODOs +``` +- challenge response: switch from md5 to sha-512 +- packet obfuscation +- encryption (metadata + payload) +``` + ## Credits and contributors ``` Daniel Stoedle et al. |