https://github.com/efefurkankarakaya/zeror
A lightweight program for data erasion
https://github.com/efefurkankarakaya/zeror
erasion overwrite python wipe
Last synced: about 2 months ago
JSON representation
A lightweight program for data erasion
- Host: GitHub
- URL: https://github.com/efefurkankarakaya/zeror
- Owner: efefurkankarakaya
- License: unlicense
- Created: 2019-09-07T13:09:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T16:39:01.000Z (over 2 years ago)
- Last Synced: 2025-01-18T07:43:58.586Z (3 months ago)
- Topics: erasion, overwrite, python, wipe
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What does Zeror work?
Zeror writes over all files 0 byte in destination for providing permanently and unrecoverable erasure and then removes files.# Why is Zeror written?
It was my test program for data erasure because of deletion is never make datum completely erased on storage drives. Almost every data is standing their own addresses till the storage drive get harmed or the file is overwritten.# What does overwrite mean here?
It means new data is writing over the old data's which is deleted from system address.# What is delete, erase and wipe?
* Delete: Makes the data hidden. The data is still there and still have same address in storage drive.
* Erase: Deletes and then overwrites the data / datum.
* Wipe: Erases all data.# How to use?
* Write a path to destination variable.
* Run zeror.py