-
HDD "memmory"--->
Ok I was reading (again) in the FBI Oh my God thread that talks about how a hard drive could be read because of trails that it will leave and cant be totally over writen... I'm wanting to know if you can program Linux to make it that every time you delete something it'll overwrite it automatically and also in the temp area when it's finished using the files it terminates them by overwritting them 2 or 20 times... what ever you specify. In general I'm wondering if there is a way to program Linux to cover trails without effort of formatting free space every night... having programs delete and rewrite over files 10/20 times. Well I think it would definately be a worth while thing to put time into, I just want to know if it's possible.
(I hate when people say "anything's possible if you put your mind to it)... I know you could MAKE anything work but is it practicle?
-
Doesn't PGP have a feature called 'PGP Wipe' that overwrites files with garbage so as to make them unreadable?
To me it doesn't seem practicle to do but...to each his own.
-
Yes, its possible. I believe someone has already written a program that does that. I know there are some for windows... Although the windows ones are seperate programs, not just your normal recycle bin being converted to truly delete something.
-
there's a freeware prg called suredelete which you can set up to wipe free space..i believe it has a scheduler...and if not you can certainly set it up with a batch or whatever...the version i've seen is win...but they may have a *.nix version...google for it...
-
thanx everyone but do you know if they have developed a 'paranoid' linux? If not I think I would like to try (it would be good to test my knowledge and increase my programming skills). Well if anyone knows it'd be a great help. Thanks
-
-
i don't know if someone already posted this, but maybe with their tecnology of reading the hard drives after the files are already over-written, but it might be better just to encrypt the file with a really strong encryption, then throw away the key, and then delete the encrypted file :D
just a thought....(i get lot's of em) :p
-Mike
-
yanksfan, yeah that is alright for 'sensitive' materials but I'm talking everything... if it's got the ability to be traced back to others or it's even my email from sears.com that I'm 'trashing' I'd like to know that I'm better off than the next guy who doesnt have as protective a OS. I'd like to think of my OS as a protective 'big brother' where he'd watch my back... Just cause I dont like the idea of someone down the road bothering me with an email I sent to someone in AU telling a joke that could be interpriated wrong and they send me to jail. Now the chances of that happening.... almost none but eventally someone has to win the lotto even with ten billion to one odds!
-
just curious: its possible to retrive the data if it's deleted, but can any data be retrieved if the hdd (or any drive -- floppy, usb, etc) is formatted?
-
I don't think so, not if it's been formatted, but I have heard of some proggies that'll bring back some data from the other proggies that claim 'sure delete' features. . .sorry no links, I reformat too much, heh heh.
-
From your favorite shell:
dd if=/dev/zero of=file && rm -f file
-
as far as i am aware, the FBI has technology to retrieve data from multiple over writes (like up to 20). unless the hard drive is burned up (like in a fire) or formatted a ton of times, it is hard to keep them from being able to retrieve the data. even after a hard drive has been in a fire, it can be retrieved. for maximum security, you should set up a fire bomb in your puter, so that if it is not reset before opening the side of the pc, the insides burst into flames thus making the data unretrievable...
lol... actually that could be done if you are really paranoid, but i wouldn't suggest it. if you want to know how though, let me know.
-
You know that would take a long time, and I have posted 3 or 4 times the proper method to eliminate data off a windows machine. That is a very sensitive area in which I am always updating, and to be honest there are many companies following the exact procedures I have listed. Please review my previous posts, or send a request that I post the directions again. Sorry these steps are designed for Windows 95 and Higher. Yes also includes XP...
-
torching the drive is extreme, but with all of the stuff the feds and hdd manufacters have it may be the only way that you can be 100% sure of cleaning all the data.
the nsa used to recomend 7 overwrites but hey they are "THEM"
I like the encription thing there are some powerfull setups out tghere and if you want you can force them to use up some major time on one of there vaulted thinking machines
-
The encrytion idea would only work if the original was NEVER written to the hard disk. Also, the key could NEVER be written to the hard disk. In other words, you would need a shitpot full of RAM to even consider it.
And yes, you can pull info off a formatted drive. A quick format justs overwrites the partion table, and doesn't even touch the data. A slow format basically just checks to make sure the disk is ok and then overwrites the partion table. I have used a shareware program to basically restore a HD that was "accidently" formated. Got back about 90% of the disk...and thats shareware. Imagine what the government has.
-
yeah, it is almost impossible to erase data..... unless you have a prog that writes zeros over the entire drive, and does it about 20 times. other then that, there is no way to do it. other then the big ball of fire... and that is not fool proof. oh well.