aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-04-20 13:31:13 +0200
committerToni Uhlig <matzeton@googlemail.com>2019-04-20 13:31:13 +0200
commit087cc3026522d080e322b5ba4431d1cc90a084ea (patch)
treea02a29f4924fdb37a281f920b9782253f57b13d5
parentf62bbc82579868aa1c494b0082136ed7c3c583f7 (diff)
added TODOs
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--README7
-rw-r--r--README.md7
2 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index 1a0712e..6092f15 100644
--- a/README
+++ b/README
@@ -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.
diff --git a/README.md b/README.md
index 5d48190..442c190 100644
--- a/README.md
+++ b/README.md
@@ -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.