No, fstrim just tells your drive it doesn't need to care about existing data when writing over it. Depending on your drive, direct access to the flash chips might still reveal the original data.
If you want ensure data deletion, as OP said, you'll need to zero out the whole drive and then fstrim to regain performance. Also see ATA Secure Erase.
Some drives encrypt by default and have Secure Erase generate a new key. That will disable access to the old data without having to touch every bit.
In the newest git version, there's now a list of your subscribed communities. At the moment, it doesn't seem to pick up all subscriptions (mlemapp is missing, for example), but I feel a hint of Apollo in here and like it. Well done, devs ๐
No, fstrim just tells your drive it doesn't need to care about existing data when writing over it. Depending on your drive, direct access to the flash chips might still reveal the original data.
If you want ensure data deletion, as OP said, you'll need to zero out the whole drive and then fstrim to regain performance. Also see ATA Secure Erase. Some drives encrypt by default and have Secure Erase generate a new key. That will disable access to the old data without having to touch every bit.