spiped

Secure tunnel daemon that encrypts traffic between two endpoints

brewmacoslinux
Try with needOr install directly
Source

About

Secure pipe daemon

Commands

spiped

Examples

Create a secure tunnel server listening on port 8025 and forwarding to localhost:25$ spiped -e -s [127.0.0.1]:8025 -t [127.0.0.1]:25 -k /path/to/keyfile
Create a secure tunnel client connecting to server and forwarding local port 9999$ spiped -d -s [127.0.0.1]:9999 -t [server.example.com]:8025 -k /path/to/keyfile
Generate a 32-byte key file for use with spiped$ dd if=/dev/urandom of=/tmp/spiped.key bs=32 count=1