This is a ransomware program consisting of a client and a server made as part of the course project for Computer Security (CS4035D) course
- Clone the repo
git clone https://github.com/sachint2001/Ransomware.git
- Generate RSA keys for the server
python3 server/generateKey.py
- Run the WSGI server
python3 server/server.py
- Run the client malware program
To decrypt the files, enter
python3 client/client.py
111
as the payment reference number