Results 1 to 16 of 16

Thread: Data self-destruct if PC is stolen?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2001
    Location
    N42 29.340 W71 53.215
    Posts
    422

    Question Data self-destruct if PC is stolen?

    I'd like to ellicit your suggestions on how to purge sensitive/personal files from a PC/laptop automatically in the event it's stolen or otherwise being accessed by an unauthorized user.

    My first thought is to simply put a home-grown app in the Startup folder that checks the login username
    and if it's not the expected one just delete selected folders, empty the wastebasket, then start copying a large file or folder as xxx001, xxx002, etc onto the disk until it's totally flooded, i.e. overwritten with junk.

    I know there are many holes in this, but for 99% of cases it might be adequate. I don't work for the CIA, Enron or the DNC and the last time someone tried to steal my PC they weren't even bright enough to disconnect all the cables and gave up. So, if anyone has any "absolutely foolproof" ideas, that's wonderful. But, I'm happy with just fool-tolerant.

    Thanks, DaveBo
    "The wise man doesn't know all the answers, but he knows where to find them."
    VBForums is one place, but for the really important stuff ... here's a clue 1Tim3:15

  2. #2
    Fanatic Member JPicasso's Avatar
    Join Date
    Aug 2001
    Location
    Kalamazoo, MI
    Posts
    843
    hope you don't forget your password.


    LoJack for PC's?
    Merry Christmas

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2001
    Location
    N42 29.340 W71 53.215
    Posts
    422

    Writing to disk

    "LoJack"
    Actually, I think I heard about something like this recently. It sends out an RF signal so the PC can be located. (Maybe I was dreaming again)

    Question: what is the fastest way to obliterate/overwrite free space on a disk to make it "virtually" unrecoverable?

    I'm playing with just copying a big folder of MP3 files (Using fso.CopyFolder in VB) to \MP3001, \MP3002, etc
    But, it's slow.

    I'm not too worried about forgetting a password, since there are loopholes in my scheme above, also, all the original files are backed up and locked up, but, laptops are just too mobile and tempting.
    "The wise man doesn't know all the answers, but he knows where to find them."
    VBForums is one place, but for the really important stuff ... here's a clue 1Tim3:15

  4. #4
    Fanatic Member JPicasso's Avatar
    Join Date
    Aug 2001
    Location
    Kalamazoo, MI
    Posts
    843
    I think the best way is to make sure you keep track of your laptop.

    I hear central Mass. is a hotbed of crime.
    Merry Christmas

  5. #5
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    Well. Instead of corrupting the data, why not encrypt it?

    They sell IDE interrupts that offer on-the-fly encryption. You then need a matching digital device to read from it.

  6. #6
    Hyperactive Member Sgt-Peppa's Avatar
    Join Date
    Mar 2003
    Location
    Munich - Germany
    Posts
    476
    Theres a lot of harddisk encrypting software out there too! Safe Guard Easy for example :

    http://www.utimaco.com/indexmain.html

    On the other hand you can protect the hardware itselfe for example with a Kensington Lock

    http://www.microsaver.com/

    Hope that helps

    Stephan
    Keep Smiling - even if its hard
    Frankie Says Relax, wossname Says Yeah!
    wossname:--Currently I'm wearing a gimp suit and a parachute.
    C# - Base64 Blog

  7. #7
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718
    You could always use Windows XP Pro's encryption.

  8. #8
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    how about the whole pc, and the theif?

    for a laptop make a device that if its removed or the password is entered wrong 3 times (better make that 10) it emits a charge that sets off a few pounds of C4.

    They will never steal from you again and best of all you wont get the laptop back all damaged if he gets caught because it will be in a million peices along with the theif.

    Question: what is the fastest way to obliterate/overwrite free space on a disk to make it "virtually" unrecoverable?
    test the idea above
    Last edited by <ABX; Nov 9th, 2003 at 09:32 PM.
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  9. #9
    Fanatic Member duc's Avatar
    Join Date
    Oct 2002
    Location
    STEAM
    Posts
    702
    Strap a bomb to the bottom of it and if you cant find it just blow it up and your good to go.

  10. #10
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718
    Yes, that would work a charm, but what if you wanted it back in ONE piece?

  11. #11
    Fanatic Member duc's Avatar
    Join Date
    Oct 2002
    Location
    STEAM
    Posts
    702
    Just pick up one piece. or set a little login program of your own that on startup has you enter your username and password and if you get it wrong 3 times....well uh....watever protective thing u wanna happen!

  12. #12
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718
    Why not just set the Windows login dialog to lockout after 3 wrong attempts or set a timeout value to like 1 day or something them?

  13. #13
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Earth
    Posts
    762
    write a chit and paste it to ur computer...

    please do not see my files exists in the myper folder

    thank you




    kidding...

    the encrypt programme is right...
    bcoz.. if user did not open the pc in normal mode and open in anoher mode.. then the data ......moved or changed...

  14. #14

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2001
    Location
    N42 29.340 W71 53.215
    Posts
    422

    I feel more secure already!

    C4? is that the latest incarnation of C++, e.g. C++++?
    That would certainly strike fear into this heart.

    I think the ultimate, most foolproof (actually fool-exploiting) method is a big button on the desktop that says
    "Do not, under any circumstances, press this button!"

    The "Dr. Strangelove" button
    "The wise man doesn't know all the answers, but he knows where to find them."
    VBForums is one place, but for the really important stuff ... here's a clue 1Tim3:15

  15. #15
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    Re: I feel more secure already!

    Originally posted by DaveBo

    I think the ultimate, most foolproof (actually fool-exploiting) method is a big button on the desktop that says
    "Do not, under any circumstances, press this button!"

    The "Dr. Strangelove" button
    lol, did some thing similar to a guy at work , a file with the title "Personal! DO NOT OPEN, I'M WARNING YOU"

    the program(with a word document icon) deletes all the users personal files, emails me with the username/time/date/computer name that the program was run on, the displays "Well, I warned you, I just removed all your files "

    The funny thing is that he never wondered why there was only that one file shared
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  16. #16
    Hyperactive Member IntelSucks's Avatar
    Join Date
    Oct 2003
    Location
    Ubuntu Lovers Club
    Posts
    453
    I think that you have seen to many movies..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width