Kyrgizion,

Physical destruction. It’s the only way to be 100% sure.

OmanMkII,

For secure data destruction, either pay for it to be done properly, or create your own way of doing it. A decent sized drill bit can do all the work for you, at the cost of a new drive of course.

bionicjoey,
SkaveRat,

Nuke it from orbit. Only way to be safe

TexMexBazooka,

A fellow Expeditionary Force enjoyer I see

PerogiBoi,
@PerogiBoi@lemmy.ca avatar

⬆️➡️⬇️⬇️⬇️

EisFrei,

A fellow enjoyer of democracy

*Presses b

captain_aggravated,
@captain_aggravated@sh.itjust.works avatar

If it’s really an issue where “if the data on this SSD falls into the wrong hands, lives will be ruined” sort of thing, my favorite data security tool for this job is a bench grinder. Difficult to put the data back together when the flash chips are powder scattered throughout 14 different shop surfaces and at least two lungs.

Adalast,

I prefer thermite. Recover my data from a messy contaminated slag heap.

SidewaysHighways,

Be careful with lung butter though. Been betrayed before

kotauskas,
@kotauskas@lemmy.blahaj.zone avatar

A special feature known as SSD secure erase. The easiest OS-independent way is probably via CMOS setup – modern BIOSes can send secure erase to NVM Express SSDs and possibly SATA SSDs.

User_already_exist,

Did this already, it took 1 second for a 2TB drive. Would you trust that?

skullgiver, (edited )
@skullgiver@popplesburger.hilciferous.nl avatar

deleted_by_author

  • Loading...
  • lud,

    TEMU/Wish/Aliexpress SSD

    I wouldn’t trust any computer part from those places.

    User_already_exist,

    Thanks for this informative answer. Then it would make sense that it took only 1 second, then again, I have a modern Asus motherboard (AM5) with a Western Digital NVMe drive, and that drive isn’t listed as Secure Erase compatible on Asus motherboard. I will download the WD dashboard and do it that way, I didn’t know it existed before I posted this question.

    KISSmyOSFeddit,

    Yes. SSDs are different from HDDs.

    WhatAmLemmy, (edited )

    Most SSD/flash secure erase methods involve the storage having full disk encryption enabled, and simply destroying the encryption key. Without the encryption key the data can’t be deciphered even with the correct password, as the password was only used to encrypt the encryption key itself. This is why you can “factory reset” an iPhone or Android in seconds.

    mark3748,

    It is the only approved method for data destruction for the several banks and government agencies I support. If they trust it, I trust it.

    I have checked a couple of times out of curiosity, after a secure erase the drive is as clean as if it had been DBANed. Sometimes things are standards because they work properly.

    muntedcrocodile,

    Encrypted volume and burn the encryption key

    Dark_Arc,
    @Dark_Arc@social.packetloss.gg avatar

    That’s better for prevention than after the fact for the wear leveling reasons others have mentioned.

    Winbombs,

    This is how storage services attest to a secure wipe.

    muntedcrocodile,

    But I wouldn’t trust anyone else with said encryption key who knows if its going straight to the CIA or not.

    Unyieldingly,
    Catsrules,

    Does it have to be from orbit?

    What if the drive is not on a planet?

    Aussiemandeus,
    @Aussiemandeus@aussie.zone avatar

    Then you need to aim really well and time your orbit

    bloodfart,

    Call the devices secure erase functionality.

    here’s how to do it to sata and pata devices

    I don’t do some of the checking and testing in that article, I just do —security-erase-enhanced and unless it fails it’s fine.

    You could also encrypt the contents and delete the key.

    TedZanzibar,

    This is the correct answer. Due to wear levelling, a traditional drive wipe program isn’t going to work reliably, whereas most (all?) SSDs have some sort of secure erase function.

    It’s been a while since I read up on it but I think it works due to the drive encrypting everything that’s written to it, though you wouldn’t know it’s happening. When you call the secure erase function it just forgets the key and cycles in a new one, rendering everything previously written to it irrecoverable. The bonus is that it’s an incredibly quick operation.

    Failing that, smash it to bits.

    Dark_Arc, (edited )
    @Dark_Arc@social.packetloss.gg avatar

    And if you’re hiding from a nation state … don’t trust that, smash it to bits and dispose of them at different trash collection locations 🙂

    WhatAmLemmy, (edited )

    For all average user requirements that just involve backups, PII docs, your sex vids, etc (e.g. not someone who could be persecuted, prosecuted, or murdered for their data) your best bet (other than physical destruction) is to encrypt every usable bit in the drive.

    1. Download veracrypt
    2. Format the SSD as exFAT
    3. Create a new veracrypt volume on the mounted exFat partition that uses 100% of available space (any format).
    4. open up a notepad and type out a long random ass throwaway password e.g. $-963,;@82??/@;!3?$.&$-,fysnvefeianbsTak62064$@/lsjgegelwidvwggagabanskhbwugVg, copy it, and close/delete without saving.
    5. paste that password for the new veracrypt volume, and follow the prompts until it starts encrypting your SSD. It’ll take a while as it encrypts every available bit one-by-one.

    Even if veracrypt hits a free space error at the end of the task, the job is done. Maybe not 100%, but 99.99+% of space on the SSD is overwritten with indecipherable gibberish. Maybe advanced forensics could recover some bits, but a) why the fuck would they go to that effort for a filthy commoner like yourself, and b) what are the chances that 0.01% of recoverable data contains anything useful!?! You don’t really need to bother destroying the header encryption key (as apple and android products do when you wipe a device) as you don’t know the password and there isn’t a chance in hell you or anyone else is gonna guess, nor brute force, it.

    skullgiver, (edited )
    @skullgiver@popplesburger.hilciferous.nl avatar

    deleted_by_author

  • Loading...
  • otp,

    If you want to keep/sell the drive…

    1. Fill up the rest of the usable space
    2. Encrypt the drive
    3. Throw away the encryption key/password
    4. Hard format (writing zeroes to every bit, sorry if that’s the wrong term

    Is that the best strategy? Or is anything outside of 2 and 3 redundant?

    Brkdncr,

    You can’t fill the drive. The drive decides when to use its buffered free storage blocks. It’s at the hardware level and only the Secure Erase command will clear it.

    _edge,

    You fill up the usable space. Or the visible space. No one will disamble the device and read from the raw storage.

    Brkdncr,

    Then why do that when you can do a secure erase in seconds?

    otp,

    Right, I read some more of the comments and realized that’s what some of the “unreported space” is used for. Makes sense, thanks!

    skullgiver, (edited )
    @skullgiver@popplesburger.hilciferous.nl avatar

    deleted_by_author

  • Loading...
  • otp,

    That makes sense. Thank you!

    WhatAmLemmy,

    a) why the fuck would they go to that effort for a filthy commoner like yourself, and b) what are the chances that 0.01% of recoverable data contains anything useful!?!

    Nobody is gonna bother doing advanced forensics on 2nd hand storage, digging into megabytes of reallocated sectors on the off chance they to find something financially exploitable. That’s a level of paranoia no data supports.

    My example applies to storage devices which don’t default to encryption (most non-OS external storage). It’s analogous to changing your existing encrypted disks password to a random-ass unrecoverable throwaway.

    PM_Your_Nudes_Please,

    Are you considering using the drive afterwards? Because “toss it in a microwave for like 5 minutes” is always a valid answer if you’re not worried about reusing it.

    Dark_Arc,
    @Dark_Arc@social.packetloss.gg avatar

    Presumably there’s a risk of damaging the microwave?

    arin,

    If you want to cook with it yeah, but if it’s a junk toy then it’s practically indestructible

    Brkdncr,
    • Secure erase using the drive OEMs tool.
    • If you were using something like bitlocker then simply dump the key.
    • Wood chipper or some other form of absolute physical destruction.
    sylver_dragon,

    This article covers several methods. Personally, I’d look for a BIOS based tool first, as that would be free and easiest. After that, the Diskpart Clean All command is probably fine for anything other than Top Secret data which a government based threat actor would be willing to put a lot of resources into recovering. If it’s just your tax documents and porn archive, no one is going to care enough to dig out anything which that command might have left behind.

    skullgiver, (edited )
    @skullgiver@popplesburger.hilciferous.nl avatar

    deleted_by_author

  • Loading...
  • krash,

    If running linux, what command should be run? Shred isn’t viable on a SSD, as it will only tear them down. Shred was designed with HDD in mind.

    Smoke,
    @Smoke@frogdrool.net avatar

    @krash @skullgiver

    if the value of the compromised data exceeds the value of the drive, destroy the drive.

    protokaiser,

    I hear thermite is good at destroying things.

    ininewcrow,
    @ininewcrow@lemmy.ca avatar
    Boomkop3,

    A microwave oven should do the trick

    nutsack,

    i know this isn’t what is being asked, but disk level encryption is cool

    CyberDine, (edited )

    NSA requires the use of a industrial shredder that can grind the components into pieces less than 2mm.

    ameri-shred.com/…/2mm-ssd-solid-state-drive-hamme…

    If you can’t do that, you should incinerate the drive at over 700 degrees.

    As far as wiping goes, a 3 pass overwrite alternating 0s and 1s is good enough as long as it’s done over the entire drive, not just the partition.

    BCWipe is good enough for this

    frankyboi, (edited )

    Dalvik boot and nuke.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • asklemmy@lemmy.ml
  • GTA5RPClips
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • osvaldo12
  • ngwrru68w68
  • kavyap
  • InstantRegret
  • JUstTest
  • everett
  • Durango
  • cisconetworking
  • khanakhh
  • ethstaker
  • tester
  • anitta
  • Leos
  • normalnudes
  • modclub
  • megavids
  • provamag3
  • lostlight
  • All magazines