aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.