Results 1 to 3 of 3

Thread: Passwords

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Trinidad, West Indies
    Posts
    3
    How do I write codes to allow a user entry only by a Password? Where is that password stored for retrieval and verification? What codes do I write to allow the user to change his/her Passwords?
    I welcome any assistance.
    With thanks.

  2. #2
    Guest
    Do you need this for a program or is it for something else?

    You can store passwords either in registry or a file, in both cases crypted (so it isn't easy to change).

    The password change routine is quite easy. There's three textboxes. One is for old password verification, second for the new password and last one for confirmation of the new password.

    Read registry for the old password (and decrypt it), if matches, check that new passwords are the same. If they match, write new crypted password in to the registry. It's quite alike the same with files.

    You can find a lot of code just by searching this board and site. Hope this helps,

  3. #3
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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