Supa-IRC is an CLI encrypted chat over TCP using RSA and AES (yes it should be TLS but lemme do my stuff).
IRC (Internet Relay Chat) are text-based chat system for instant messaging. They are not used that much nowaday, but they still are good coding challenge or old dad jokes.
I know it's dumb, but I have to say it, it is not safe for use, encryption can be f?cked up, so, don't trust this script as unbreakable and don't send nuclear code or any other confidential data over Supa-IRC. 😁
docker build -t supa-irc:<version tag> -f docker/Dockerfile
To test it within docker, use the following command :
docker run -it -w /work -v ${PWD}:/work supa-irc:<version tag>
Name | Description | Action |
---|---|---|
--server, -s | Host server | Store True |
--client, -c | Connect to server | Store True |
--address, -a | Addess to use | Get address |
--port, -p | Port to use | Get port |
--nickname, -n | Nickname to use | Get nickname |
python supa-irc.py -s -a <address to use > -p <port to use>
python supa-irc.py -c -a <address of server> -p <port of server> -n <nickname to use>
blablabla
0.x.x-afla releases are not fully usable, be careful when using those, you may encounter some problems (like flood your network, flood you memory, etc...)