This project simulates a ransomware scenario involving the encryption of .txt files and secure transmission to a TLS-encrypted Command & Control (C2) server. The exercise was a hybrid implementation ...
This project implements a secure client-server file transfer application using Python's built-in socket and ssl libraries. Unlike standard file transfers (like basic FTP) that send data in cleartext, ...