(c) Matthew Slocum 2015
This program uses a stream cipher (RC4). There are many known attacks on stream ciphers. DO NOT use this for sensative information.
boost::asio
Install the boost libraries with the command:
sudo apt-get install libboost-all-dev
Run the make file with the command:
make all
run the make file with the command
make test
TauNet must be run as a root level process to make network connections
sudo ./tauNet [-msg]
TauNet is distributed with a predefined key. Change this value in the setting menu or by directly editing the key.sec file
MIT, see LICENCE file