What does HackerNews think of cryptpad?

Collaboration suite, end-to-end encrypted and open-source.

Language: JavaScript

#50 in JavaScript
For the businesses who might want to switch to an alternative.

A great one is Cryptpad: https://github.com/xwiki-labs/cryptpad

There are hosted instances also if you're not interested in self hosting.

P.S. I'm not affiliated in any way with the project.

As the maintainer of this CryptPad.cz, I feel obliged to add that it's just one of many instances. The original creators and maintainers of the software is xwikilabs from France, you can find the source here: https://github.com/xwiki-labs/cryptpad/
If you're like me and uninterested in being locked into using yet another proprietary data silo you might be interested in open-source alternatives like CryptPad[1], Outline[2] and TiddlyWiki[3]. That said these alternatives don't have the whole featureset of every tool in the OP, so I periodically research alternatives too.

[1] https://github.com/xwiki-labs/cryptpad

[2] https://github.com/outline/outline

[3] https://github.com/Jermolene/TiddlyWiki5

Maybe it's not easy to have client side encryption, but it seems CryptPad has it:

https://cryptpad.fr

https://github.com/xwiki-labs/cryptpad

Its full copyleft AGPL which could be an issue for someone trying to use it in a commercial application.

But for other uses, it looks absolutely incredible.

https://github.com/xwiki-labs/cryptpad

@malgorithms - Could you consider buying or integrating Cryptpad? [1]

It would give you an office suite play very very quickly - I can only see it as a winner.

[1] https://github.com/xwiki-labs/cryptpad

It uses the same base as Cryptpad [0] (Chainpad) which is created by the same people that created Chainpad.

It has more functions like a presentation mode [1]. The edit resolution is done client side and the "server" only relays encrypted messages. Alternative transports are in works, including WebRTC. Everything is open source on [2].

[0]: https://cryptpad.fr [1]: https://cryptpad.fr/slide/#/1/view/xQOAr26XzkbKDNuXvXwL4Q/E-... [2]: https://github.com/xwiki-labs/cryptpad/

Friend of mine is working on Cryptpad [1] which is encrypted collaborative web editor. There are multiple connection modes, most common websockets relay server but he is also working on WebRTC transport.

Everything is modular so you can create encrypted applications as you see fit by changing transport, storage, crypto and frontend.See for example [3].

In case of using a relay server the content is encrypted so the server doesn't know what the content is.

The source is open on AGPL license.

---

[1]: https://beta.cryptpad.fr

[2]: https://github.com/xwiki-labs/cryptpad/

[3]: https://beta.cryptpad.fr/poll/#173f2db91c58169a22a005ebb85c2...