Github - 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.com)
from Tablaste@linux.community to privacy@lemmy.ml on 24 Apr 21:23
https://linux.community/post/2521304

#privacy

threaded - newest

FrostyPolicy@suppo.fi on 24 Apr 21:51 next collapse

Curious choice to write a c++ program for this instead of doing the same thing in a powershell script.

One feature it should have: delete itself after running to leave no traces of such a tool.

liliumstar@lemmy.dbzer0.com on 25 Apr 05:34 next collapse

That was my first thought, why is this not written in a scripting language. Any one.

douglasg14b@lemmy.world on 25 Apr 09:07 collapse

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.

rumba@lemmy.zip on 25 Apr 19:06 collapse

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. blog.thomasdamgaard.dk/…/trim-filesystem-from-pow…

You can also do secure delete on files from powershell and HDD free space wipes. majorgeeks.com/…/how_to_securely_delete_files_in_…

rumba@lemmy.zip on 25 Apr 07:20 collapse

That or make some attempt to do a free space wipe, or prune the registry, or, you know any reason whatsoever to actually write it in c++.

It’s probably a sufficient wipe to keep your partner or kids from finding stuff, But it’s not going to stop a state agency. Like they won’t have logs from those services from your IP address. Like your registry isn’t absolutely chocked full of your history and the history of those apps.

Forensic analysis on that drive will net them most of every one of those deleted files.

And frankly of all the things to wipe, wth is up with steam?

adespoton@lemmy.ca on 24 Apr 23:50 next collapse

Since we’re discussing Windows privacy here…

What I’d really like is something that creates a situation like VeraCrypt plausible deniability, but where the base image gets updated regularly so that the timestamps and temporary file usage also look plausible for a computer used today.

Then instead of running an app like this, you just log out, and when you log in with the wrong password, it presents a plausible if mostly empty userland that overwrites the real encrypted data as new files are written to disk.

autonomoususer@lemmy.world on 25 Apr 04:51 next collapse

Use Tails

Firipu@startrek.website on 25 Apr 05:36 next collapse

How is that useful in this discussion? I need windows because I play CoD with my kids. I still like the concept of this specific windows tool.

douglasg14b@lemmy.world on 25 Apr 09:05 next collapse

You don’t really need to justify why you want to use Windows in this case.

You use Windows because you want to, That’s reason enough.

Any further justification just provides points for folks like this to latch on to

ModestCrab@lemmy.wtf on 25 Apr 13:09 collapse

hAVE yoU TrIED wInE??🍷

autonomoususer@lemmy.world on 25 Apr 14:05 collapse

Who’s coming to search your CoD files?

Firipu@startrek.website on 26 Apr 00:38 collapse

Who’s coming to search the stuff on your tails distro?

autonomoususer@lemmy.world on 26 Apr 05:25 collapse

How sensitive are your CoD files?

Firipu@startrek.website on 26 Apr 06:15 collapse

What makes you assume I only have cod files on my pc? I’m not running dual boot on my pc.

Linux nerds can be exhausting tbh :)

autonomoususer@lemmy.world on 26 Apr 13:14 collapse

Then, how’s derailing with CoD useful in this discussion and you’re calling others exhausting, lmao.

TonyOstrich@lemmy.world on 25 Apr 10:25 collapse

I prefer Luigi when picking my sidekick.

geography082@lemm.ee on 25 Apr 13:45 next collapse

Dafuq people , stop selling drugs :D

x00z@lemmy.world on 25 Apr 19:46 collapse

Then who would sell me drugs?

bhamlin@lemmy.world on 26 Apr 03:28 next collapse

Asking the right questions

geography082@lemm.ee on 28 Apr 08:16 collapse

You could grow it yourself ;)

x00z@lemmy.world on 28 Apr 13:43 collapse

I don’t smoke weed.

I only do the harder stuff.

Which I can only make a few of.

FauxLiving@lemmy.world on 25 Apr 19:25 next collapse

You don’t need to do any of this.

If your drive is not encrypted, then this won’t save you. It takes time to overwrite files and if your computer were the target of any adversary, they would simply unplug it immediately and then image it.

If your drive is encrypted, then you can just overwrite the headers that contain the key slots. This would take hundredths of a second.

emberpunk@lemmy.ml on 25 Apr 20:30 next collapse

Cool but it’s windows… If you’re going to be serious about privacy there’s a lot more that needs to be done, like switching to a Linux distro.

DrunkAnRoot@sh.itjust.works on 26 Apr 01:22 next collapse

or you can snap your ssd in half or shoot it if your american

Bugfish@lemmy.bugfish.eu on 13 May 21:00 collapse

I made an larger update and the software is now ready to use :) At the time this post was made it was just kind of a storage for the project until its done :-D Hope you like/can get use of it.