diff --git a/_includes/nav.html b/_includes/nav.html index 18e6c3d40..400a7b369 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -47,6 +47,7 @@ File Encryption File Sharing Instant Messenger + Team chat Password Manager Productivity Tools Secure File Sync diff --git a/_includes/sections/teamchat.html b/_includes/sections/teamchat.html new file mode 100644 index 000000000..3550bf3c7 --- /dev/null +++ b/_includes/sections/teamchat.html @@ -0,0 +1,41 @@ +

Team chat applications where everything is end-to-end encrypted or under the control of your team administrator

+ + + +{% include cardv2.html +title="Rocket.chat" +image="/assets/img/tools/rocket.chat.png" +description="Rocket.chat is an self-hostable open source platform for team communication. It has optional federation and experimental E2EE. Experimental " +website="https://rocket.chat/" +forum="https://forum.privacytools.io/t/discussion-rocket-chat/1223" +github="https://github.com/rocketchat/" +android="" +ios="" +mac="" +windows="" +linux="" +%} + +{% include cardv2.html +title="Keybase" +image="/assets/img/tools/keybase.png" +description='Keybase provides a hosted team chat with end-to-end encryption. It has also been indepedently audited (PDF). experimental (GitHub issue)' +website="https://keybase.io/" +forum="https://forum.privacytools.io/t/discussion-keybase/1224" +github="https://github.com/Keybase" +android="" +ios="" +mac="" +windows="" +linux="" +web="" +%} + + +

Worth Mentioning

+ + diff --git a/assets/img/tools/keybase.png b/assets/img/tools/keybase.png new file mode 100644 index 000000000..d8081eec7 Binary files /dev/null and b/assets/img/tools/keybase.png differ diff --git a/assets/img/tools/rocket.chat.png b/assets/img/tools/rocket.chat.png new file mode 100644 index 000000000..904efe19e Binary files /dev/null and b/assets/img/tools/rocket.chat.png differ diff --git a/pages/software/teamchat.html b/pages/software/teamchat.html new file mode 100644 index 000000000..837002067 --- /dev/null +++ b/pages/software/teamchat.html @@ -0,0 +1,8 @@ +--- +layout: page +permalink: /software/teamchat/ +title: "Team chat" +description: "Discover secure and private ways to communicate with your team online without letting any third parties read your messages." +--- + +{% include sections/teamchat.html %} diff --git a/source_code.md b/source_code.md index 78abc91f2..1d315de0c 100644 --- a/source_code.md +++ b/source_code.md @@ -130,6 +130,12 @@ Backend: closed-source Wire: https://github.com/wireapp +## Team chat + + Rocket.chat: https://github.com/rocketchat/ + + Keybase: https://github.com/Keybase + ## Encrypted Video & Voice Messenger Signal: https://github.com/signalapp