Running hdparm -I /dev/sda on a SanDisk SSD PLUS 1000GB produces this:
not supported: enhanced erase 2min for SECURITY ERASE UNIT What does that mean?
I assume that I could do hdparm --security-erase PWD to securely delete data within two minutes. Meaning that after issuing the command, the SSD's controller would return zeros (or ones) for all the data on the SSD and within two minutes the SSD's garbage collector would have removed enough electrons from the charge traps to make the data physically unretrievable.
Alternatively, if the SSD encrypts transparently, the security erase feature could replace the encryption key (as discussed here) and make all data unreadable, including HPA and DCO. But I doubt replacing the key takes two minutes, leaving me in the dark what the "2min for" refers to.