AES-128 encrypted TCP chat
- openssl
- a c compiler
tell your friend to download and compile this, verbally agree on a password, and chat away
server
./ip -s 4545 -p my_secure_password123
client
./ip -c 192.168.0.3:4545 -p my_secure_password123
- streaming aes(?)
- long-running password with emphemeral salts(?)
- basically implement tls(?)