From ed8c1f705e7733b677a4a96e2d99794054a759a4 Mon Sep 17 00:00:00 2001 From: Glaukio Date: Fri, 8 Apr 2022 12:54:41 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1368053..2eab59b 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ TODOs for both client and server. - Add a `mkdir` command and proccess it in the server | **Done** - Show the _all_ the response messages on error (client) | **Done** - When the pipe has been closed or errored, show a _fatal_ error message and quit. (client) -- Better format the `ls` command (client) +- Better format the `ls` command (client) | **Done** - Add signup (server & client) | **Done** - Create a .username folder on signup (server) | **Done** +- Encrypt the files (Server-side encryption) #