Secure P2P file transfer tool.
zerotunnel uses the KAPPA protocol to establish ephemeral session keys using a PQ-hardened cryptographic handshake. Read the KAPPA specification (WIP) here.
git clone https://github.com/vibhav950/zerotunnel.git
cd zerotunnel
mkdir build && cd build
cmake ..
make- Add multi-file transfer (multio-dev branch).
- Add recursive directory iteration.
- Decouple the client/server and TCP connection utils.