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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Cryptocat: webchat with client-side encryption features

24 点作者 magikarp将近 14 年前

4 条评论

dekz将近 14 年前
Took me a little while to realise you set the password in the blue box above the text entry. Interesting concept though.<p>For those interested it uses crypto-js (<a href="http://code.google.com/p/crypto-js/" rel="nofollow">http://code.google.com/p/crypto-js/</a>).<p>Might want to increase the random entropy source, from what I can see it's just DateTime.<p>Also I'd use a better hashing algorithm than SHA1 with AES-256.<p>I understand the need for PBDKF2, but I'm not so sure about using the password as the key and salt.
评论 #2855564 未加载
gojomo将近 14 年前
Made a test room, 'hn' (<a href="https://crypto.cat/?c=hn" rel="nofollow">https://crypto.cat/?c=hn</a>). Set a key, 'password'. Will leave it open in background and peek in occasionally if others want to try.
cranklin将近 14 年前
I was thinking of building something similar. The benefits of client-side encryption is that the message is entirely encrypted until it reaches the destination. Even if the cryptocat server was compromised, the message is still "safe".
评论 #2855556 未加载
评论 #2855562 未加载
u48998将近 14 年前
Seems useful.
评论 #2855445 未加载
评论 #2855535 未加载