Tablaste@linux.community to Privacy@lemmy.mlEnglish · 2 days agoGithub - bugfishtm/bugfish-nuke: A Windows tool for emergency privacy: instantly deletes sensitive data and active logins to protect my information during unexpected searches or house warrants.github.comexternal-linkmessage-square22fedilinkarrow-up165arrow-down13
arrow-up162arrow-down1external-linkGithub - bugfishtm/bugfish-nuke: A Windows tool for emergency privacy: instantly deletes sensitive data and active logins to protect my information during unexpected searches or house warrants.github.comTablaste@linux.community to Privacy@lemmy.mlEnglish · 2 days agomessage-square22fedilink
minus-squarerumba@lemmy.ziplinkfedilinkEnglisharrow-up1·22 hours ago You also need to scrub over those files so they cannot be put back together forensically. Look at the code, though; it doesn’t do any of that. You can kick off a trim in powershell and erase all the whitespace. https://blog.thomasdamgaard.dk/posts/2022/03/06/trim-filesystem-from-powershell/ You can also do secure delete on files from powershell and HDD free space wipes. https://www.majorgeeks.com/content/page/how_to_securely_delete_files_in_windows_10.html
Look at the code, though; it doesn’t do any of that.
You can kick off a trim in powershell and erase all the whitespace. https://blog.thomasdamgaard.dk/posts/2022/03/06/trim-filesystem-from-powershell/
You can also do secure delete on files from powershell and HDD free space wipes. https://www.majorgeeks.com/content/page/how_to_securely_delete_files_in_windows_10.html