Results 1 to 2 of 2

Thread: Creating a Dat File for Userid And Password

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2002
    Location
    Bombay
    Posts
    35

    Creating a Dat File for Userid And Password

    Hi,

    I want to create a dat file for storing Userid and password. If i Create a table in access then my application security is not useful because anyone can open access file and see the password. I want to store user id, password and password reminder question and reminder answer in dat file and how to check if userid is matching with password or not.

    Thank you

    Arv
    arv

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Creating a Dat File for Userid And Password

    I do the same thing for my program, but do not store the password as plain text. I have encrypted the password, and the program decrypts it when the file is opened, and when a user types in a password, it is encrypted to see if they match.
    I use M$'s file encryption method, using the capicom.dll.

    You can download it here:

    http://www.microsoft.com/downloads/d...DisplayLang=en

    and here is a quick sample that works in IE after you register the .dll

    Happy Encrypting!

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