> Shred sensitive files, so one can ever read their contents.
Storage devices are really easy to physically destroy. I'd never rely on a software solution to ensure information is unrecoverable. There is a lot of magic happening in storage controller logic these days.
Just write over the top of the file with 0s. There have been a number of challenges people have set with standard hard drives and SSDs for an commercial company to restore a file after it has been written over with 0s and not a single company will take that, its unrecoverable. I can understand why we might think some nation states might be able to do something theoretically better but its unlikely in practice with the pace of the technology and how immensely hard it actually is.
You don't need to destroy the devices you just need to zero them once.
It is a great product, for sure, but why are you specifically calling out email servers? I can't think of any reason it would work better on an email server over anything else.
Oh wow, I knew that you could link to page headings with the "#Heading Text" syntax in URLs.. but had no idea that you could link to any random text in a page like this.
> Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I think almost half of the most useful questions I have found on stackoverflow since the beginning have this text.
And I wonder if the reason why the percentage isn't higher is because earlier they used to delete them as well instead of just slapping this text on it and locking them.
Good. I probably need a reminder from time to time about why I don't participate there anymore.
Still hilarious (or sad?) to me that the use of this product has been famously misinterpreted as literally bleaching or acid washing and it is "very expensive"
That doesn't work. The redirection occurs in the current shell which unless it's already root won't have permission to write to /dev/nvme0. At the same time, running cat as root isn't needed to access /dev/null.
You want something like `sudo sh -c 'cat /dev/null > /dev/nvme0'`. You could also use a program such as `dd` that doesn't require redirection.
Edit: as pointed out below, yes, /dev/null is also the wrong device. It returns EOF on read.
I've used this in the past and it's awesome. But man how I would love to have been a fly on the wall in the dev meetings right after Hillary Clinton said she used BleachBit
There's a very large uptick in google searches in the Washington D.C. area for tools like this and how to wipe data effectively, seemingly as a way to get rid of any incriminating data before e.g. DOGE finds its way to it and makes people accountable for what the data represents.
Still a scandal. Gov officials purposefully deleting data AFTER a subpoena is criminal.
And given this is Hillary Clinton we are talking about, the lack of follow through is a major reason we even have the current right wing leadership... It's in many ways direct blow back to the abuses swept under the rug for so many years
There is definitely an argument to be made for that.
Corruption thrives in environments where there is no trust in institutions. An apathy and cynicism then chokes out all claims of being trustworthy and having integrity, leaving only forthright grifters with the last semblance of "honesty in their dishonesty". The only honest way forward that folks perceive then is for everyone to get the bag for themselves and knock down the ladder on the way up.
I think this line of argument is overly simplistic and puts too much at the feet of "but her emails", but I have zero doubt that this is how a lot of people who support Trump rationalize things.
It was a Platte River Networks employee who erased and used Bleachbit on the archived .pst files after the subpoena but had been ordered to do the deletions three months before the subpoena and failed to act until after the subpoena.
Storage devices are really easy to physically destroy. I'd never rely on a software solution to ensure information is unrecoverable. There is a lot of magic happening in storage controller logic these days.
reply