Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T14:15:51.000Z (about 3 years ago)
- Last Synced: 2023-12-11T09:16:15.497Z (about 1 year ago)
- Topics: data, gutmann-method, safely, secure, utility, wiping
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Wiper
![image](https://user-images.githubusercontent.com/43169346/141783010-3463f82b-c1aa-4bb0-b662-72d4a9d09efa.png)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