diff options
-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. |