2021-07-15 22:12:04 +02:00
|
|
|
# disk_wiper
|
|
|
|
|
2021-07-16 02:17:19 +02:00
|
|
|
a disk wiper since shred is "lentoinculo" on some machines
|
|
|
|
|
|
|
|
features:
|
|
|
|
|
|
|
|
* checks if disk has errors, in that case instructs you to phisically destroy it
|
|
|
|
* checks if disk is an ssd
|
|
|
|
* differentiate between SAS and SATA to retrieve the correct data
|
|
|
|
* uses openssl to provide randomness
|
|
|
|
* has a nice progress bar for the shredding and zeroing with timing of the current operation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [ ] check ATA Secure Erase for SSDs
|
|
|
|
- [ ]
|
|
|
|
- [ ]
|
|
|
|
- [ ]
|