Go to file
Caleb James DeLisle b6523adb1f rand fixed 2014-10-31 17:05:09 +01:00
www rand fixed 2014-10-31 17:05:09 +01:00
.bowerrc and so it begins 2014-10-31 16:42:58 +01:00
.gitignore and so it begins 2014-10-31 16:42:58 +01:00
ChainPadSrv.js and so it begins 2014-10-31 16:42:58 +01:00
Storage.js and so it begins 2014-10-31 16:42:58 +01:00
and_so_it_begins.png and so it begins 2014-10-31 16:42:58 +01:00
bower.json and so it begins 2014-10-31 16:42:58 +01:00
package.json and so it begins 2014-10-31 16:42:58 +01:00
readme.md rand fixed 2014-10-31 17:05:09 +01:00
server.js and so it begins 2014-10-31 16:42:58 +01:00

readme.md

CryptPad

Unity is Strength - Collaboration is Key

and_so_it_begins.png

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 and the ChainPad realtime engine. The secret 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.

To install:

git clone <this repo>
npm install
npm install -g bower ## if necessary
bower install
## edit server.js to modify configuration (use your own mongodb instance)
node ./server.js