Collaborative office suite, end-to-end encrypted and open-source.
Find a file
Weblate e3e0a5ad79 Translated using Weblate (Indonesian)
Currently translated at 100.0% (1780 of 1780 strings)

Co-authored-by: Linerly <linerly@proton.me>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.cryptpad.org/projects/cryptpad/app/id/
Translation: CryptPad/App
2024-07-01 10:11:28 +02:00
.github add 5.6.0 as a default version in bug template, removed very old 4.x stuff 2023-12-21 11:54:50 +01:00
.reuse REUSE lint compliance 2023-12-15 15:38:01 +01:00
config Fix ws proxy issue with :: as httpAddress 2023-12-18 15:47:10 +01:00
customize.dist Merge branch 'toolbar' into 5.6-rc 2023-12-19 16:11:55 +01:00
docs Add licensing information to new files 2023-12-19 11:38:26 +00:00
lib Add licensing information to new files 2023-12-19 11:38:26 +00:00
LICENSES Add licensing info for everything in www/lib 2023-10-23 12:26:17 +01:00
scripts Apply headers 2023-10-20 15:35:26 +01:00
www Translated using Weblate (Indonesian) 2024-07-01 10:11:28 +02:00
.dockerignore Apply headers 2023-10-20 15:35:26 +01:00
.gitignore Add plugins directory 2023-12-15 15:39:12 +01:00
.jshintignore Merge branch 'drawio-bower' into 5.4-rc 2023-06-30 12:45:54 +02:00
.jshintrc update jshintrc to es6 and stop polyfilling for apps 2021-10-20 12:37:25 +05:30
.lesshintrc allow 'ch' units in less files 2022-09-20 16:37:17 +05:30
CHANGELOG.md Update Changelog 2023-12-20 15:24:55 +00:00
CODE_OF_CONDUCT.md Apply headers 2023-10-20 15:35:26 +01:00
docker-compose.yml Merge branch 'REUSE-license-info' into staging 2023-11-22 17:21:09 +01:00
docker-entrypoint.sh Apply headers 2023-10-20 15:35:26 +01:00
Dockerfile update Dockerfile to match new configuration example 2023-12-20 18:13:19 +01:00
LICENSE #2 added license 2014-12-05 11:01:43 +01:00
package-lock.json Update version number 2023-12-18 14:06:28 +01:00
package.json Update version number 2023-12-18 14:06:28 +01:00
readme.md Apply headers 2023-10-20 15:35:26 +01:00
screenshot-suite.png Update Readme 2022-10-03 16:13:10 +01:00
screenshot.png Update Readme 2022-10-03 16:13:10 +01:00
SECURITY.md Add licensing information to new files 2023-12-19 11:38:26 +00:00
server.js Apply headers 2023-10-20 15:35:26 +01:00

CryptPad

CryptPad is a collaboration suite that is end-to-end-encrypted and open-source. It is built to enable collaboration, synchronizing changes to documents in real time. Because all data is encrypted, the service and its administrators have no way of seeing the content being edited and stored.

Drive screenshot

Suite screenshots

Installation

For development

Our developer guide provides instructions for setting up a local instance without HTTPS or our more advanced security features.

For production

Configuring CryptPad for production requires a little more work, but the process is described in our admin installation guide. From there you can find more information about customization and maintenance.

Current version

The most recent version and all past release notes can be found here.

Setup using Docker

You can find Dockerfile, docker-compose.yml and docker-entrypoint.sh files at the root of this repository. We also publish every release on Docker Hub as AMD64 & ARM64 official images.

Previously, Docker images were community maintained, had their own repository and weren't official supported. We changed that with v5.4.0 during July 2023. Thanks to @promasu for all the work on the community images.

Security

CryptPad offers a variety of collaborative tools that encrypt your data in your browser before it is sent to the server and your collaborators. In the event that the server is compromized the database holds encrypted data that is not of much value to attackers.

The code which performs the encryption is still loaded from the host server like any other web page, so you still need to trust the administrator to keep their server secure and to send you the right code. An expert can download code from the server and check that it isn't doing anything malicious like leaking your encryption keys, which is why this is considered an active attack.

The platform is designed to minimize what data is exposed to its operators. User registration and account access is based on a cryptographic key that is derived from your username and password so the server never needs to see either and you don't need to worry about whether they are being stored securely. It is impossible to verify whether a server's operators are logging your IP or other activity, so if you consider this information sensitive it is safest to assume it is being recorded and access your preferred instance via Tor browser.

A correctly configured instance has safeguards to prevent collaborators from doing some nasty things like injecting scripts into collaborative documents or uploads. The project is actively maintained and bugs that our safeguards don't catch tend to get fixed quickly. For this reason it is best to only use instances that are running the most recent version, which is currently on a three-week release cycle. It is difficult for a non-expert to determine whether an instance is otherwise configured correctly, so we are actively working on allowing administrators to opt in to a public directory of servers that meet our strict criteria for safety.

Translations

CryptPad can be translated with nothing more than a web browser via our Weblate instance. See the state of the translated languages:

More information about this can be found in our translation guide.

Contacting Us

The best places to reach the development team and the community are the CryptPad Forum and the Matrix chat

The team is also on the fediverse: @cryptpad@fosstodon.org

Team

CryptPad is actively developed by a team at XWiki SAS, a company that has been building Open-Source software since 2004 with contributors from around the world. Between 2015 and 2019 it was funded by a research grant from the French state through BPI France. In the years since we have been funded by NLnet PET, NGI TRUST, NGI DAPSI, subscribers of CryptPad.fr, and donations to our Open-Collective campaign.

Contributing

We love Open Source and we love contribution. Learn more about contributing.

If you have any questions or comments, or if you're interested in contributing to CryptPad, come say hi in our Matrix channel.

This project is tested with BrowserStack.

License

AGPL logo

This software is and will always be available under the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. If you wish to use this technology in a proprietary product, please contact sales@xwiki.com.