TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Groupal end-to-end encrypted chat using the WebCryptoAPI

4 点作者 AlexITC将近 6 年前

1 comment

AlexITC将近 6 年前
<a href="https:&#x2F;&#x2F;safer.chat" rel="nofollow">https:&#x2F;&#x2F;safer.chat</a> is an end-to-end encrypted chat that allows to create rooms with up to 4 participants, the idea is to have what cryptocat used to be, without the need to install browser extensions or applications, in 2019 we have the Web Crypto API which allow us to do all operations.<p>We do not store any tracking information or history, the server logs doesn&#x27;t include any keys, nor encrypted messages, in fact, all the server&#x27;s data lives in-memory.<p>In order to start a conversation, you need to choose a room and a password, then, only people knowing these details are able to log into that room, this password isn&#x27;t transferred in plain text.<p>This is a side project built by me and a friend just because we wanted to have an simple end-to-end encrypted chat available, you can expect it to be live for at least a year.<p>It is also partially open source (<a href="https:&#x2F;&#x2F;github.com&#x2F;wiringbits&#x2F;safer.chat" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wiringbits&#x2F;safer.chat</a>), we hope you enjoy it.