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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do apps build encryption in calls? Any libraries or open source?

7 点作者 quotz将近 5 年前
I know it consists of separating the audio in small packets and then encrypting them before theyre being sent to another user. However, theres so many of these encrypted call apps that I am getting the feeling that its either easy to make one or theres open source stuff or libraries that can help?

1 comment

noodlesUK将近 5 年前
Encrypted voice is very tricky to get right. One of the state of the art open protocols is SRTP (and ZRTP). However, outside of Signal and a few others, a fair amount of e2e encrypted voice is proprietary and aimed at the defence market. Webrtc (including p2p) is also encrypted, but it’s not e2e unless the calls are p2p.<p>One channel for information leakage is variable bitrate codecs. Have a look at this paper. <a href="http:&#x2F;&#x2F;www.cs.jhu.edu&#x2F;~cwright&#x2F;voip-vbr.pdf" rel="nofollow">http:&#x2F;&#x2F;www.cs.jhu.edu&#x2F;~cwright&#x2F;voip-vbr.pdf</a>
评论 #23873929 未加载