Author

Topic: Cryptpad - Zero knowledge realtime collaborative editor (Read 1050 times)

staff
Activity: 4214
Merit: 1203
I support freedom of choice
Cryptpad

Sito: https://cryptpad.fr/
Source code: https://github.com/xwiki-labs/cryptpad

Quote
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. 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, CodeMirror, and the ChainPad realtime engine.

How It Works
CryptPad uses a variant of the Operational transformation algorithm which is able to find distributed consensus using a Nakamoto Blockchain, a construct popularized by Bitcoin. This way the algorithm can avoid the need for a central server to resolve Operational Transform Edit Conflicts and without the need for resolving conflicts, the server can be kept unaware of the content which is being edited on the pad.
Jump to: