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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Good Resources on Voice Encryption?

38 点作者 quotz将近 5 年前
Any textbooks, very technical stuff is recommended. Both, VoIP and Cellular networks.

9 条评论

pjc50将近 5 年前
GSM is this: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;A5&#x2F;1" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;A5&#x2F;1</a> (over the AMR codec). The 3GPP docs are generally available if you want to get <i>very, very</i> technical about the mobile network.<p>Generally any combination of a constant-bitrate low-latency voice codec with a cipher in XOR stream mode should work. If the codec does &quot;comfort noise&quot; you should disable that to keep the bitrate constant during silence.
评论 #23733372 未加载
评论 #23732572 未加载
cfstras将近 5 年前
The mumble protocol is a nicely documented example for using encrypted Opus (OCB-AES128) over UDP: <a href="http:&#x2F;&#x2F;mumble-protocol.readthedocs.io&#x2F;en&#x2F;latest&#x2F;voice_data.html" rel="nofollow">http:&#x2F;&#x2F;mumble-protocol.readthedocs.io&#x2F;en&#x2F;latest&#x2F;voice_data.h...</a>
femto将近 5 年前
Look at some of the narrow band radio standards. P25 standards are not freely available, but DMR standards can be freely downloaded from ETSI [1]. P25 with 56-bit DES is well and truly broken, but I gather 256-bit AES is still okay. Also look at the signal protocol?<p>[1] <a href="https:&#x2F;&#x2F;www.etsi.org&#x2F;technologies&#x2F;mobile-radio" rel="nofollow">https:&#x2F;&#x2F;www.etsi.org&#x2F;technologies&#x2F;mobile-radio</a>
aosaigh将近 5 年前
What exactly are the challenges of voice encryption over say text encryption? Just the bandwidth of data, or establishing trust?
评论 #23731227 未加载
评论 #23731138 未加载
评论 #23731952 未加载
评论 #23731652 未加载
bhaavan将近 5 年前
<a href="https:&#x2F;&#x2F;www.gstatic.com&#x2F;duo&#x2F;papers&#x2F;duo_e2ee.pdf" rel="nofollow">https:&#x2F;&#x2F;www.gstatic.com&#x2F;duo&#x2F;papers&#x2F;duo_e2ee.pdf</a> is a paper on video encryption by duo. It is pretty good. I assume the audio encryption problem is only a subset of this problem.
withinboredom将近 5 年前
I remember being on the old Sprint CDMA network, you could dial ##VPON# and it would encrypt your connection to the tower[1] but was disabled by default. Dunno if that still works (I no longer live in the US, and EVDO isn&#x27;t a thing anymore).<p>I&#x27;m fairly certain Cell networks are not encrypted at all, by default. Or at least it&#x27;s disabled completely by the towers in Afghanistan. :whistling:<p>[1] <a href="https:&#x2F;&#x2F;bestcellular.com&#x2F;dial-codes&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bestcellular.com&#x2F;dial-codes&#x2F;</a>
评论 #23731484 未加载
giantg2将近 5 年前
I don&#x27;t have anything specific.<p>You could look for resources that cover digital HAM radio operation. They should have some stuff about the basics of voice encryption. Most of it is not secure until you get to high-end stuff like Motorola AES 256. Some of this &#x27;encryption&#x27; is just privacy codes (cell networks are not encrypted but use digital privacy codes I think).<p>Once you digitize the voice, then it should be pretty much regular encryption.
评论 #23720807 未加载
daneel_w将近 5 年前
I would suggest a basic how-to on setting up SRTP&#x2F;SIPS for e.g. an Asterisk setup - it&#x27;s not overly complicated, based on my own experience running a community PBX many years ago.
tenebrisalietum将近 5 年前
If you want to start at the very beginning, look into SIGSALY.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;SIGSALY" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;SIGSALY</a>