cynico / rsa-chat

An architecture of an RSA-encrypted (not end-to-end) chat server and multiple clients, utilizing unix domain sockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rsa-chat

An architecture of an RSA-encrypted (not end-to-end) chat server and multiple clients, utilizing unix domain sockets.

A separate attack program is used to implement both: the prime factorization attack, and the bruteforce attack.

Run build.sh to build the binaries, found under bin directory.

About

An architecture of an RSA-encrypted (not end-to-end) chat server and multiple clients, utilizing unix domain sockets.


Languages

Language:Go 98.2%Language:Shell 1.8%