HACKER Q&A
📣 quotz

Would this work? Encryption with IP addresses?


Say our IP address consists of a public and a private key, the public key is what servers send encrypted data to, and the computer decrypts the data with the private key. Would this theoretically work and would it be of any good use?


  👤 tannerbrockwell Accepted Answer ✓
You are describing is https://www.wireguard.com/ which is a stable choice for this application.

👤 detaro
Kinda sounds like Tor hidden services.