Thread: Pasword Entry

  1. #1
    Boldly going nowhere.
    Join Date
    Feb 2002
    Posts
    3

    Pasword Entry

    Ive seen it before but nothing specific to my needs.Im interested in making a program to 'lock' a folder so no other user can acces it without the correct pass.I dont want them to be able to view it through c: either.Also when they search for a file name if the file is within the folder they must enter the password.Any ideas on how i wauld go baout this ?

  2. #2
    Registered User lukas1viper's Avatar
    Join Date
    Dec 2001
    Posts
    11

    Talking

    No chance. You could never create a program like that. It has to go thru the system registers.

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    It's possible, but not the way you were thinking. You could write a program that encrypts the contents of the folder and only the person with the password could decrypt it.

    -Prelude
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Trouble writing to file using fwrite()
    By yougene in forum C Programming
    Replies: 4
    Last Post: 12-30-2008, 05:13 PM
  2. Immediate programming help! Please!
    By xMEGANx in forum C++ Programming
    Replies: 6
    Last Post: 02-20-2008, 12:52 PM
  3. MSDN OLE DB Sample Provider entry point
    By George2 in forum C++ Programming
    Replies: 0
    Last Post: 07-21-2007, 07:30 AM
  4. Database entry - avoiding duplicate records
    By ChadJohnson in forum Tech Board
    Replies: 2
    Last Post: 02-04-2006, 12:43 AM
  5. Binary Search Tree
    By penance in forum C Programming
    Replies: 4
    Last Post: 08-05-2005, 05:35 PM