https://github.com/0x9ef/go-wiper
Safely wiping your secure data in Golang
https://github.com/0x9ef/go-wiper
data gutmann-method safely secure utility wiping
Last synced: about 1 year ago
JSON representation
Safely wiping your secure data in Golang
- Host: GitHub
- URL: https://github.com/0x9ef/go-wiper
- Owner: 0x9ef
- License: mit
- Created: 2021-11-15T12:17:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T14:15:51.000Z (over 4 years ago)
- Last Synced: 2025-04-30T13:44:51.154Z (about 1 year ago)
- Topics: data, gutmann-method, safely, secure, utility, wiping
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Wiper

You can use this tool like a library or a ready program. If you thought in some times about safely data erasing, you have a great open-source tool that can safely delete your secure data without any recovery possibilities.
You can add own implementation of wiping rule from wipe.Rule interface.
But, there is already a ready rules like a Peter Gutmann (35 passes), or US Department of Defense DoD 5220.22-M (3 passes), etc...
## Usage
1. Clone the repository `git clone https://github.com/0x9ef/go-wiper`
2. Then you must build a program `golang build gowiper.go`
3. After that you can run the program and get some helpful information `./gowiper --help`
## License
https://github.com/0x9ef/go-wiper/blob/master/LICENSE