Skip to content

A tool for securely deleting files by overwriting them using a custom pattern

License

Notifications You must be signed in to change notification settings

umutcamliyurt/FileShredder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FileShredder

A tool for securely deleting files by overwriting them using a custom pattern

Description:

File shredding, also known as secure file deletion, offers several benefits in maintaining data privacy and security. Firstly, it ensures that sensitive or confidential information cannot be recovered once deleted, thus reducing the risk of data breaches or unauthorized access. By overwriting the deleted files with random data multiple times, file shredding makes it virtually impossible for data recovery software to reconstruct the original content.

Features:

  • Uses Gutmann method

  • Minimalist GUI

  • Data is irrecoverable after deleting

  • Built in Python

Installation:

git clone https://github.com/umutcamliyurt/FileShredder.git
cd FileShredder/
sudo apt-get update
sudo apt install python3 python3-tk
python3 file_shredder.py

Screenshot:

License

Distributed under the MIT License. See LICENSE for more information.

About

A tool for securely deleting files by overwriting them using a custom pattern

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages