Benjamin-Loison / cinnamon

A Linux desktop featuring a traditional layout, built from modern technology and introducing brand new innovative features.
GNU General Public License v2.0
0 stars 0 forks source link

Add secure wipe folders/files in context #71

Open Benjamin-Loison opened 1 month ago

Benjamin-Loison commented 1 month ago

Delete shows:

image

so it does not seem to securely wipe the file.

Would particularly be useful for USB keys as formatting securely this 64 GB https://www.ldlc.com/fiche/PB00219680.html as FAT takes 50 minutes according to gnome-disks.

Even identifying a device to only propose this option would be more secure.

What would be the commands executed in fact?

Once move to this usage, do not forget to securely wipe the whole USB key.

Related to Benjamin_Loison/shred/issues. More especially consider Benjamin_Loison/shred/issues/6.

find -type f -exec shred -v {} \;

Pay attention to Cut too.

Please use:

https://github.com/orgs/linuxmint/discussions

Benjamin-Loison commented 1 month ago

How to proceed when have written an ISO to make a bootable USB key?

Related to Benjamin-Loison/timeshift/issues/9.