aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2024-01-31 21:05:44 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2024-01-31 21:05:44 +0200
commit47b0925db94e56c114f2d4b22d352e9f553fa1b7 (patch)
tree23927f10f00c0f2498994d6ba5a1521741b2b42f
parent4df2355001dda33d2831b081466dd84d65794fc6 (diff)
downloadepq-web-47b0925db94e56c114f2d4b22d352e9f553fa1b7.tar.gz
epq-web-47b0925db94e56c114f2d4b22d352e9f553fa1b7.tar.bz2
epq-web-47b0925db94e56c114f2d4b22d352e9f553fa1b7.zip
Update TODO with things to do
-rw-r--r--TODO.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..b7d50d8
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,10 @@
+# TODOs for the project
+## UI/UX
+1. Beautify interface
+2. Implement avatar support
+## Cybersecurity
+1. Implement SSH-based encryption/decryption in transmission
+Client 1 => encrypt with pubcert_s => Server => decrypt with privcert_s => encrypt with pubcert_2 => Client 2 => decrypt with privcert2
+plaintext => ciphertext => ciphertext => plaintext => ciphertext => ciphertext => plaintext
+Clients need to have server's pubcert,
+Server needs to contain pubcerts of each client,