Update TODO with things to do
This commit is contained in:
parent
4df2355001
commit
47b0925db9
1 changed files with 10 additions and 0 deletions
10
TODO.md
Normal file
10
TODO.md
Normal file
|
@ -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,
|
Loading…
Add table
Add a link
Reference in a new issue