this post was submitted on 24 Apr 2025
62 points (97.0% liked)
Privacy
37170 readers
230 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That was my first thought, why is this not written in a scripting language. Any one.
I mean probably because the scripting languages typically don't provide the lower level utilities necessary to securely wipe files?
You're not deleting files in a typical sense. 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