今日已更新 168 条资讯 | 累计 21034 条内容
关于我们

I built a private P2P voice chat in a single file—how do I make it even more secure?

/u/Alternative-Claim-41 2026年06月06日 23:40 2 次阅读 来源:Reddit r/webdev

I’ve been working on a small project: a zero-knowledge, E2EE audio chat that runs in a single PHP/JS file. No database, messages delete after 24h. I managed to solve the NAT traversal issues by switching from Trickle ICE to Vanilla ICE (wait-and-retry approach), which finally lets me call between a PC and a 4G phone. I’m curious—from a cybersecurity perspective, what are the biggest risks in a P2P architecture like this? Besides the obvious metadata leaks from the signaling server, what else should I be looking at to harden the privacy? Any feedback or "this is a bad idea because..." comments are welcome! v2v.site submitted by /u/Alternative-Claim-41 [link] [留言]

本文内容来源于互联网,版权归原作者所有
查看原文