Show HN: WebRTC based encrypted data transfer between peers

25 points by darkbatman 5 years ago | 2 comments
  • tptacek 5 years ago
    This appears to be unauthenticated AES-CBC, and is thus insecure.
    • anderspitman 5 years ago
      Always love me some p2p. Is there a TL;DR comparision to other WebRTC p2p libraries, like webtorrent/simple-peer, libp2p, etc?