Planned work on ShredOS & Nwipe #219
Replies: 1 comment
-
Hi PartialVolume Here is my wish list for shredos. Default Settings: I suggest the following would be adequate for general disk wiping whilst saving unnecessary hard drive wear and users time. menuentry "shredos" { More experienced users who believe they require additional overwrites would still be able to manually adjust shredos to suit their requirements or for a more permanent solution edit the grub.cfg. Display: Default Display: Final Blank Pass: HPA Wipe: Removal of unnecessary options and code: Mersenne Twister and ISAAC could be replaced with code from VeraCrypt for better cryptographic secure pseudo random data. If the user requires a random overwrite then it may as well be cryptographically random. VeraCrypt attracts a lot of attention and code scrutinisation so shredos could automatically benefit from such code inspections. PRNG Stream option could also be removed and be replaced by the same VeraCrypt code. The new method could perhaps be named "CSPRNG Stream". Plausible Deniability: The CSPRNG Stream option is not to encrypt the drive as there would be no key or data to decrypt. There is no benefit to encrypting data we intend to overwrite. I suggest you pipe random data through VeraCrypt's encryption code, perhaps "TwoFish" for speed. If shredos used the same code as VeraCrypt then an encrypted hard drive would be forensically indistinguishable from a shredos CSPRNG Stream wiped drive. Mounir (the very talented developer of VeraCrypt) may assist you with any issues you might have implementing this CSPRNG Stream feature as he is very generous with his time and skills. Hot Swap: Two Stage Boot Thank you. |
Beta Was this translation helpful? Give feedback.
-
If you are thinking of requesting a new feature please browse the list of features that are already planned.
https://github.com/users/PartialVolume/projects/1/views/1
Beta Was this translation helpful? Give feedback.
All reactions