SecureWipe: Remote Data Sanitization Prototype This repository contains the code for a university mini-project demonstrating a secure, real-time, remote data sanitization system using WebSockets.
🚀 Project Overview SecureWipe is a proof-of-concept tool designed to securely erase data on a target machine (Laptop-B) from a remote controller (Laptop-A). The core innovation lies in using WebSockets for real-time, bidirectional communication, allowing for instant command execution and live status updates, which are critical for security operations.
✨ Key Features Real-Time Control: Instantly trigger the secure wipe command from the controller.
Live Feedback: Receive immediate, incremental progress updates from the target machine during the wipe process.
Wipe Simulation: Demonstrates data sanitization by simulating progress and generating a compliance certificate.
Full-Duplex Communication: Leverages the power of WebSockets for continuous, two-way data flow.