If your SSD is encrypted with LUKS, erase the header is good enough
e.g
dd if=/dev/urandom of=/dev/sda1 bs=512 count=20480
See the following link for details
<
If your SSD is encrypted with LUKS, erase the header is good enough
e.g
dd if=/dev/urandom of=/dev/sda1 bs=512 count=20480
See the following link for details
<