rapidslayer101 / Rdisc-Old

The rdisc end-to-end encrypted communication project, with a client-server authentication system built with RSA and Enc-Py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rdisc

Rdisc - An open source python chat application with end-to-end encryption.

Rdisc requires git to be installed:

This installation requires git, if you don't have git installed please download git or install it through powershell with the command below:

winget install --id Git.Git -e --source winget

To install Rdisc:

Where you wish to install Rdisc, open a new powershell terminal and run the following command:

wget -O install.bat https://raw.githubusercontent.com/rapidslayer101/Rdisc/master/install.bat; .\install.bat

After installing, Rdisc should launch automatically, to relaunch in the future simply run launch.bat

To install the full editable repo:

Where you wish to install Rdisc, open a new powershell terminal and run the following command:

wget -O install_all.bat https://raw.githubusercontent.com/rapidslayer101/Rdisc/master/install_all.bat; .\install_all.bat

After installing, Rdisc should launch automatically, to relaunch in the future simply run launch.bat

About

The rdisc end-to-end encrypted communication project, with a client-server authentication system built with RSA and Enc-Py


Languages

Language:Python 75.1%Language:C# 23.3%Language:Batchfile 1.6%