Earlier quoted context omitted.
I agree Unless you're dealing with top-secret material, losing the encryption key is the best way Or just dd around 5x - 50x (or more if you're paranoid) its size to the disk - if you want to further reuse it. No, you won't have a meaningful amount of data remaining on the disk and extracting it requires special software/hardware. Unless you're dealing with data that makes the disk price irrelevant, you can follow th…
A bitcoin wallet is not top-secret material and I don't trust myself not to fuck up overwriting the entire disk. I'd rather just take an angle grinder to it and not worry about it.
How to securely recycle or dispose of your SSD
31–40 of 79 posts
Re: How to securely recycle or dispose of your SSD
#32My policy is: First: 1) use encryption from day one. As long as you can be assured the encryption never failed (somehow repartitioning and writing bare data to the drive), it is a viable option to treat the drive as non-sensitive, depending on what it was used for. Then: 2) use ATA secure erase to wipe it. This command, if you believe it was implemented correctly, should wipe the entire drive, including reserved spac…
Re: How to securely recycle or dispose of your SSD
#33Earlier quoted context omitted.
I agree Unless you're dealing with top-secret material, losing the encryption key is the best way Or just dd around 5x - 50x (or more if you're paranoid) its size to the disk - if you want to further reuse it. No, you won't have a meaningful amount of data remaining on the disk and extracting it requires special software/hardware. Unless you're dealing with data that makes the disk price irrelevant, you can follow th…
A bitcoin wallet is not top-secret material and I don't trust myself not to fuck up overwriting the entire disk. I'd rather just take an angle grinder to it and not worry about it.
Re: How to securely recycle or dispose of your SSD
#34https://www.alanross.biz/equipment/32778
and
Re: How to securely recycle or dispose of your SSD
#35Earlier quoted context omitted.
Thermite sounds a bit excessive for a typical home or office. How about baking in an oven or roasting on a grill? Is modern flash memory fragile enough to be destroyed irreversibly at 230C/450F?
Maybe. They have to be rated to survive those temperatures for short periods of time during reflow soldering. Apparently flash memory is rated to last a minimum of 10 hours baking at 125c, or 360 hours at 85c. The decay is exponential, so in theory 30-60min at 230c should do a lot more damage. But I'm not sure you should rely on it, that 10 hours @ 125c number is for when the bit-errors exceed the capabilities of the…
Re: How to securely recycle or dispose of your SSD
#36Re: How to securely recycle or dispose of your SSD
#37They missed "blend it". Looks pretty effective. https://www.youtube.com/watch?v=1fXGVAadp5k
Blending (specifically in a dedicated blender jar, not one you ever use for food) is the best way to destroy SD cards I've found, and apparently a major fruit company has done this in the past. It's also a solid excuse to buy a blendtec 800 with sound enclosure for the office -- way quieter than any shredder. And good for making drinks.
Re: How to securely recycle or dispose of your SSD
#38What about the chemical option - attacking the board with a strong acid. Are there any readily available acids that would do the trick?
Re: How to securely recycle or dispose of your SSD
#39Earlier quoted context omitted.
You mean filling your disk with some random bits? Is white noise already illegal?
Yes, in any place where you are forced to disclose encryption keys.
dd if=/dev/urandom of=secret_terror_plan.doc
In the UK that command could get you imprisoned indefinitely, especially if you're under suspicion for other reasons.Re: How to securely recycle or dispose of your SSD
#40Let's say I have a 100Gb SSD disc and it contains 25Gb of files. If I read in my unencrypted files, encrypt them and write them back to the SSD, they won't necessarily end up in the same physical place as the unencrypted files. Won't the unencrypted files still be there, in unreferenced sectors (do SSD's have sectors?).
I would imagine that writing all zeroes at a low level would do a better job of removing data that is already there.