https://github.com/r4sas/aes-wipe
Wipes HDDs using OpenSSL, requires AES-NI capable CPU
https://github.com/r4sas/aes-wipe
Last synced: about 2 months ago
JSON representation
Wipes HDDs using OpenSSL, requires AES-NI capable CPU
- Host: GitHub
- URL: https://github.com/r4sas/aes-wipe
- Owner: r4sas
- License: mit
- Created: 2017-03-30T21:12:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T21:13:22.000Z (about 8 years ago)
- Last Synced: 2025-01-29T13:11:29.201Z (3 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aes-wipe
This script wipes HDDs using OpenSSL. It takes advantage of the AES-NI feature which makes wiping a lot faster than conventional programs (e.g. [Darik's Boot and Nuke](http://dban.org))### Usage
Simply run the script and append the device name:
$ ./aes-wipe.sh /dev/sda
#####Disclaimer
I am not responsible for any data loss or damage caused by this script. Use it at your own risk.