Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umutcamliyurt/fileshredder
A tool for securely deleting files by overwriting them using a custom pattern
https://github.com/umutcamliyurt/fileshredder
file-shredder file-shredding gutmann-method privacy privacy-tools python security
Last synced: about 5 hours ago
JSON representation
A tool for securely deleting files by overwriting them using a custom pattern
- Host: GitHub
- URL: https://github.com/umutcamliyurt/fileshredder
- Owner: umutcamliyurt
- License: mit
- Created: 2024-07-10T11:25:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T16:58:37.000Z (4 months ago)
- Last Synced: 2024-07-12T19:12:15.614Z (4 months ago)
- Topics: file-shredder, file-shredding, gutmann-method, privacy, privacy-tools, python, security
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://en.wikipedia.org/wiki/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.