This is a simple yet powerful tool designed to securely delete files so they can't be recovered. Built using Java and a user-friendly Swing GUI, this system makes it easy to select and remove sensitive files permanently.
-
Permanently deletes files by overwriting them multiple times.
-
Delete single or multiple files in one go.
-
Set custom overwrite passes to enhance security (default is 3 passes).
-
Easy-to-use interface with clear instructions.
-
Pick a file or multiple files you want to delete.
-
Choose how many times the system should overwrite the files before deleting them.
-
Confirm deletion, and the system securely removes the files by overwriting them with random data before deletion.
-
Java installed on your system.
-
Basic knowledge of running Java applications.
- Download and compile the code
javac SecureFileDeletionGUI.java
- Run the application
java SecureFileDeletionGUI
- Follow the on-screen prompts to select and delete files securely.
When you delete a file normally, it can still be recovered using special software. This tool makes recovery nearly impossible by repeatedly overwriting the file before deleting it.
While this tool helps make deleted files unrecoverable, for highly sensitive data, consider encrypting your files before deletion or using additional security tools.
Unnati Bhardwaj