Draft:Cryptpad
Review waiting, please be patient.
This may take 3 months or more, since drafts are reviewed in no specific order. There are 4,527 pending submissions waiting for review.
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
Reviewer tools
|
Submission declined on 18 April 2025 by BuySomeApples (talk). This draft's references do not show that the subject meets Wikipedia's criteria for inclusion for web content. The draft requires multiple published secondary sources that:
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
This draft has been resubmitted and is currently awaiting re-review. |
Submission declined on 5 April 2025 by Pythoncoder (talk). This draft reads like an advertisement. Wikipedia is an encyclopedia, not a platform for promotion or marketing. Drafts that are exclusively promotional may be deleted without notice.
Wikipedia articles must be written neutrally in a formal, impersonal, and dispassionate way. They should not read like a blog post, advertisement, or fan page. Rewrite the draft to remove:
Instead, only summarize in your own words a range of independent, reliable, published sources that discuss the subject. If you have a conflict of interest (e.g. you are the subject, an employee, or a relative) or are being paid to edit, you must disclose this to comply with Wikipedia's Terms of Use.This draft appears to contain text generated by a large language model (such as ChatGPT). You cannot use LLMs to generate article content.
Declined by Pythoncoder 13 months ago.LLM-generated pages with certain obvious signs of being machine generated may be deleted without notice. These tools are prone to specific issues that violate our policies:
Instead, only summarize in your own words a range of independent, reliable, published sources that discuss the subject. See the advice page on large language models for more information. |
CryptPad is an open-source, end-to-end encrypted collaborative office suite that allows users to create and edit documents, spreadsheets, presentations, forms and more in real time while maintaining strong security and privacy protections.[1] Developed by the French company XWiki SAS, CryptPad is designed as a privacy-focused alternative to other mainstream office suites.[2]
Development started in 2015, and it was finally launched to the public as a standalone service three years after, in 2018.
Being open-source and with GNU Affero General Public License version 3 license, users can either choose to use the main instance hosted at cryptpad.fr, with either free or paid tiers, or host their own on their server.[1]
History
- 2015: Initial development began as part of XWiki's research into privacy-focused collaboration tools.
- 2018: CryptPad officially launched as a standalone service.
- 2019: The project received funding from the Next Generation Internet Zero (NGI0) initiative by the European Commission,[3] with which it focused on adding advanced team/group management features, encrypted shared folders with permission visibility, key-rotation protocols for securely removing members, and encrypted mailboxes for delivering new keys and notifications.[4]
- 2021: Introduction of Documents and Presentation apps integrated from OnlyOffice, for the client-side code.[5] Other features that were completed were secure mobile collaboration, CryptPad for communities and performance improvements, funded by NLnet, Mozilla Open Source Seed Award and NGI.[6]
- 2022: Continuation of development with new features such as encrypted file storage and offline mode.[1]
- 2024: The funding by NGI0 ended, with the cryptographic improvements having met the requirements.[4][3]
- 2025: The United Nations adopted CryptPad instead of Google Forms. [7][8] CryptPad was selected in the 7th round of funding by the NGI Zero Commons.
Features
CryptPad provides a variety of tools with a shared feature set. The tools included in the suite are rich text documents, spreadsheets, kanban boards, whiteboards, presentations, polls and forms and code editors.[9] It is meant to be used in the browser and with an internet connection.
Real-time simultaneous editing
All applications in CryptPad support simultaneous editing, allowing multiple users to work on the same document in real time. Changes are synchronized using the ChainPad engine, which ensures consistency without exposing plaintext data to the server.[10]
Security and encryption
Another feature is the encryption security model. All content is encrypted on the client before being sent to the server using XChaCha20-Poly1305. The data that the application manages is sent to the server, but the latter cannot decrypt it as it does not have the keys. It is, therefore, a zero-knowledge system, as encryption and decryption occur only on the user's device, not on the service provider's servers.[11] Regarding the CryptPad drive, the server only sees encrypted filenames; it cannot read its content nor the filename.[1] On the other hand, no account is needed to create a document. Registered users can add an extra layer of security by protecting a document with a password, or by setting the expiry date of a document, so that it self-destructs.
Teams
The documents can be private, public or shared with a team. The team feature allows group of people to have access to a shared folder with documents, spreadsheets, images, etc. Each user in a team can be either administrator, contributor or viewer roles. In the flagship CryptPad instance, users are allowed to belong to 5 different teams with the free plan.[4]
Because it is free software, it can also be deployed on any server without any license, therefore it can be used in the CryptPad-hosted platform or it can be self-hosted.[1][11] Users and developers can modify functionality to meet their needs and distribute it.[1]
Technology
It is built using javascript on both the frontend and the backend (Node.js). It uses the NoFlo flow-based programming framework and ChainPad is the real-time synchronization engine.
Files are encrypted using the XChaCha20-Poly1305 encryption algorithm, and user authentication is handled via Ed25519 cryptographic signatures. The encryption keys are stored on your drive. [12]
Regarding the documents, presentations and spreadsheet features, it is an integration with OnlyOffice, only for the client-side, while it does not make use of OnlyOffice's document server. The features it uses from it are some file conversions, with work having been done to shift the weight from the server to the client, in order not to reveal the contents of users' documents while performing the conversion.[13]
Business model and sustainability
By 2021, most of the funding came from the Next Generation Internet program by the European Union.[6]
In 2025, Dubost explained that “CryptPad currently has about 20% of its funding from CryptPad.fr subscriptions and from donations” [7], but that this was not enough for the service to be sustainable.
Reception
CryptPad was recommended by privacy advocates and open-source communities for its strong encryption model. It is used by journalists, activists, and organizations requiring secure collaboration.[14] It has been adopted by decentralization proponents in events such as the DWeb Camp gathering. [15]
In 2020, It's FOSS reviewer stated that people with poor connectivity could have problems with CryptPad as "... I've lost my progress (the auto-save failed) ..."[16] and stated that advantages were a privacy-first approach, open-source licensing, strong encryption and ownership of one's data.[16]
In 2025, the United Nations adopted CryptPad, being the first global intergovernmental organization to do so.[citation needed]
See Also
- Proton Drive (encrypted file storage)
- Nextcloud (self-hosted collaboration platform)
- Signal (E2EE messaging)
External Links
References
- ^ a b c d e f Singh, Anurag (2025-04-30). "5 reasons why I use CryptPad instead of Google Docs". XDA. Retrieved 2025-09-02.
- ^ "Document Collaboration - Privacy Guides". www.privacyguides.org. Retrieved 2025-04-05.
- ^ a b "CryptPad on how it balances accessibility and privacy for secure digital collaboration". www.apc.org. 2024-07-17. Retrieved 2025-04-05.
- ^ a b c "NLnet; CryptPad". web.archive.org. 2026-04-13. Archived from the original on 2026-04-13. Retrieved 2026-04-13.
- ^ CryptoNinjas (2021-10-20). "Encrypted office suite CryptPad introduces 'Document' and 'Presentation' apps". CryptoNinjas. Retrieved 2025-09-02.
- ^ a b Pantiru, Paul. "CryptPad in 2021: an overview". xwiki.com. Retrieved 2026-04-13.
- ^ a b Cafiero, Larry (2025-04-30). "UN Gives the Encrypted Open-Source Office Suite CryptPad a Try". FOSS Force. Retrieved 2026-04-12.
- ^ "UN Drops Google for CryptPad, an Encrypted Open-Source Office Suite". Linux Today. Retrieved 2026-04-12.
- ^ Singh, Anurag (2025-04-30). "5 reasons why I use CryptPad instead of Google Docs". XDA. Retrieved 2025-09-02.
- ^ "ChainPad and Listmap — CryptPad 2025.6.0 documentation". docs.cryptpad.org. Retrieved 2025-09-02.
- ^ a b Red, Ramces (2023-02-07). "How to Create Your Own Self-Hosted Office 365 with CryptPad". Make Tech Easier. Retrieved 2025-09-02.
- ^ "The Encrypted Collaboration Suite" (PDF). conf42.github.io. Archived from the original (PDF) on 2025-01-26. Retrieved 2026-04-13.
- ^ "Frequently Asked Questions — CryptPad 2025.9.0 documentation". docs.cryptpad.org. Retrieved 2026-04-13.
- ^ Conway, Adam (2025-03-23). "4 reasons CryptPad is the best privacy-focused alternative to Google Drive, Docs, and Sheets". XDA. Retrieved 2025-09-02.
- ^ "How DWeb Camp is Being Built in Berlin | Internet Archive Blogs". 2026-04-02. Retrieved 2026-04-13.
- ^ a b "CryptPad: An Encrypted Open Source Google Docs Alternative for Privacy Cautious Users". It's FOSS. 2020-08-17. Retrieved 2025-04-05.
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.


- provide significant coverage: discuss the subject in detail, excluding routine coverage like product launches, staff appointments, or financial reports and listings in databases or listicles;
- are reliable: from reputable outlets with editorial oversight;
- are independent: not connected to the subject, such as press releases, the subject's own website, or sponsored content.
Please add references that meet all three of these criteria. If none exist, the subject is not yet suitable for Wikipedia.