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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Raspberry Pi for encrypting calls from my phone?

2 点作者 quotz将近 5 年前
How can I build raspberry pi that will encrypt calls on my phone (say lets VoIP calls, as cellular ones are harder but still an option). The rasp Pi would need to be connected in-between my earphones and my iPhone. There seems to be a product that tried to do this and launched on kickstart but they seem defunct now (https://www.kickstarter.com/projects/620001568/jackpair-safeguard-your-phone-conversation). I cant seem to figure it out whether theyre defunct because of lack of demand or due to product not working well.

3 条评论

simias将近 5 年前
You want to scramble your voice before it&#x27;s sent through the phone? In this case you&#x27;ll need a descrambler on the other end, and the quality will probably suffer since voice codecs are lossy and you&#x27;ll have to account for that in your algorithm.<p>It sounds like a fun project but practically speaking why not just use some end-to-end encrypted VoIP protocol? The only practical use case I can see for your solution would be to do it over normal GSM calls when you don&#x27;t have a data connection. Then it could have some value.
评论 #23740885 未加载
dylz将近 5 年前
This is somewhat nonsensical, what are you trying to go for?<p>Why not just E2E-encapsulate a VoIP packet&#x2F;connection?
评论 #23740892 未加载
sloaken将近 5 年前
Are you trying to be the next EncroChat?
评论 #23742188 未加载