CryptPad is the zero knowledge realtime collaborative editor.
- Encryption carried out in your web browser protects the data from the server, the cloud
- and the NSA. This project uses the CKEditor Visual Editor
- the ChainPad realtime engine. The secret
- encryption key is stored in the URL
- fragment identifier which is
- never sent to the server but is available to javascript so by sharing the URL, you give
- authorization to others who want to participate.
+ Encryption carried out in your web browser protects the data from the server, the cloud,
+ and the NSA.
+ The secret encryption key is stored in the URL fragment identifier which is never sent to the server but is available to javascript so by sharing the URL, you give authorization to others who want to participate.
+
+
This project uses the CKEditor Visual Editor
+ the ChainPad realtime engine.
How It Works
CryptPad uses a variant of the
@@ -113,7 +117,7 @@
Conflicts and without the need for resolving conflicts, the server can be kept unaware of the
content which is being edited on the pad.
-
NOTE Pads and spreadsheets will be removed after 30 days of inactivity
+
NOTE Collaborative documents will be removed after 30 days of inactivity