An open API service indexing awesome lists of open source software.

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

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.