Added CryptPad as one of the flagship productivity-tools, replacing protectedtext which is not open-source.
This commit is contained in:
parent
bef616e51a
commit
0c56fe7ba1
BIN
assets/img/provider/CryptPad.png
Normal file
BIN
assets/img/provider/CryptPad.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
28
index.html
28
index.html
@ -1377,8 +1377,9 @@ layout: default
|
||||
|
||||
</div>
|
||||
|
||||
<h3>Related Information</h3>
|
||||
<h3>Worth Mentioning</h3>
|
||||
<ul>
|
||||
<li><a href="https://cryptpad.fr">CryptPad</a> - Free and end-to-end encrypted real time collaboration sharing folders, media, and documents.</li>
|
||||
<li><a href="https://cryptomator.org/">Cryptomator</a> - Free client-side AES encryption for your cloud files. Open source software: No backdoors, no registration.</li>
|
||||
</ul>
|
||||
|
||||
@ -1416,6 +1417,11 @@ layout: default
|
||||
|
||||
</div>
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
<ul>
|
||||
<li><a href="https://github.com/xwiki-labs/cryptpad/">CryptPad</a> - End-to-end encrypted real time collaboration sharing folders, media, and documents (open-source).</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h1 id="host" class="anchor"><a href="#host"><i class="fas fa-link anchor-icon"></i></a> Secure Hosting Provider</h1>
|
||||
<div class="row mb-2">
|
||||
@ -1806,6 +1812,16 @@ layout: default
|
||||
<div class="row mb-2">
|
||||
|
||||
{% include card.html color="success"
|
||||
title="CryptPad"
|
||||
image="assets/img/provider/CryptPad.png"
|
||||
|
||||
description="CryptPad is a private-by-design alternative to popular office tools and cloud services. All the content is encrypted end-to-end. It is free and open source, enabling anyone to verify its security by auditing the code. The development team is supported by donations and grants. It is usable anonymously."
|
||||
|
||||
url="https://cryptpad.fr/"
|
||||
footer='OS: Linux, macOS, Windows, Web.'
|
||||
%}
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="Etherpad"
|
||||
image="assets/img/tools/Etherpad.png"
|
||||
url="http://etherpad.org/"
|
||||
@ -1813,7 +1829,7 @@ layout: default
|
||||
description="Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time. Etherpad allows you to edit documents collaboratively in real-time, much like a live multi-player editor that runs in your browser. Write articles, press releases, to-do lists, etc."
|
||||
%}
|
||||
|
||||
{% include card.html color="primary"
|
||||
{% include card.html color="warning"
|
||||
title="Write.as"
|
||||
image="assets/img/tools/WriteAs.png"
|
||||
url="https://write.as/"
|
||||
@ -1822,13 +1838,6 @@ layout: default
|
||||
description="Write.as is a cross-platform, privacy-oriented blogging platform. It's anonymous by default, letting you publish without signing up. If you create an account, it doesn't require any personal information. No ads, distraction-free, and built on a sustainable business model."
|
||||
%}
|
||||
|
||||
{% include card.html color="warning"
|
||||
title="ProtectedText"
|
||||
image="assets/img/tools/ProtectedText.png"
|
||||
url="https://www.protectedtext.com/"
|
||||
footer="OS: All Browsers."
|
||||
description="ProtectedText is an open source web application. It encrypts and decrypts text in the browser, and password (or its hash) is never sent to the server - so that text can't be decrypted even if requested by authorities. No cookies, no sessions, no registration, no users tracking."
|
||||
%}
|
||||
|
||||
</div>
|
||||
|
||||
@ -1839,6 +1848,7 @@ layout: default
|
||||
<li><a href="https://disroot.org/">disroot.org</a> - Free privacy-friendly service that offers Etherpad, EtherCalc and PrivateBin.</li>
|
||||
<li><a href="https://dudle.inf.tu-dresden.de/anonymous/">dudle</a> - An online scheduling application, which is free and OpenSource. Schedule meetings or make small online polls. No email collection or the need of registration.</li>
|
||||
<li><a href="https://www.libreoffice.org/">LibreOffice</a> - Free and open source office suite</li>
|
||||
<li><a href="https://www.protectedtext.com/">ProtectedText</a> - ProtectedText is a web application with a readable source. It encrypts and decrypts text in the browser, and the password (or its hash) is never sent to the server - so that text can't be decrypted even if requested by authorities.</li>
|
||||
</ul>
|
||||
<h1 id="os" class="anchor"><a href="#os"><i class="fas fa-link anchor-icon"></i></a> PC Operating Systems</h1>
|
||||
<div class="alert alert-warning" role="alert">
|
||||
|
Reference in New Issue
Block a user