You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Secure document share is a viewing web application that encrypts documents before uploading them. Users can share documents via unique URLs, and only those with the correct decryption key can access the contents.
4
+
This is the backend for our Secure Document Share App.
5
5
6
6
## Features
7
-
- 🔒 **End-to-end encryption**: Documents are encrypted before uploading and can only be decrypted by authorized users.
8
-
- 📤 **Secure file upload**: PDFs can be uploaded and stored securely.
9
-
- 📡 **WebSocket-based updates**: Real-time updates through WebSockets.
7
+
tbd
10
8
11
9
### Prerequisites
12
10
Ensure you have the following installed:
@@ -16,8 +14,8 @@ Ensure you have the following installed:
0 commit comments