-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.njk
44 lines (35 loc) · 1.79 KB
/
about.njk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
layout: layouts/base.njk
title: About
eleventyExcludeFromCollections: true
---
<a href="https://cryptpad.org">CryptPad</a> is an and end-to-end encrypted and open-source collaboration suite that has been under
active development since 2015, and is used by hundreds of thousands of people.
Its feature set has grown from a simple editor to a full-blown set of multiple
applications, drive, teams, and so on.
<em>CryptPad Blueprints</em> is the research & development repository for the project. It is the laboratory to make the next generation of CryptPad even better with stronger security guarantees, features such as offline-first collaborative editing, and user-driven workflows like password reset.
These future developments will involve significant work to implement. They also
have to be considered in relation to the existing architecture, guarantee access
to all existing data, and preserve a coherent experience for users. Therefore a
migration path has to be carefully outlined to go from the current state of the
product to a proposed "next generation".
In the spirit of open-source software development, this site documents the long-term roadmap for CryptPad. We invite feedback, questions, contributions, please <a href="mailto:[email protected]">get in touch</a>.
<!-- XXX Add names of contributors to the research -->
<h3>Team & alumni</h3>
<ul>
<li><p>Current maintainers</p>
<ul>
<li>Fabrice Mouhartem - Cryptography researcher</li>
<li>David Benqué - CryptPad project lead</li>
</ul>
</li>
<li><p>Alumni</p>
<ul>
<li>Aaron MacSween - Project initiator and former CryptPad project lead</li>
<li>Theo Von Arx - Project cryptography researcher</li>
<li>Faye Duxovni - Researcher and website developer</li>
</ul>
</li>
</ul>
<hr>
{% include "components/nlnet-footer.njk" %}