Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Encrypted Passwords

    Please can somebody tell me if there is a simple way or tutorial to encrypt
    passwords when they are stored in the database and how to log in using that
    encrypted password. I am using DW User Authentication server behaviours.

    ASP VB Script, MS Access.

    Thanks
    Pilot Dave

    Pilot Dave Guest

  2. Similar Questions and Discussions

    1. Saving hashes or encrypted passwords in MS Access
      Hi, Can anyone tell me which field type to use in Access to save hashes or encrypted passwords from VB.NET/ASP.NET? I have tried text and ole...
    2. Encrypted Password
      I am trying to use an existing customer table in our SQL database for another Member-Only section of our web site, so they will share the same...
    3. Encrypted Data
      I need to create a sql column with Encrypted Credit Card. Fortunately .Net has a crypto API. Where would be a good place to store the key?...
    4. Encrypted Folder
      I had a private encrypted folder on a secondary hd. The Primary was replaced. Now I can not access the encrypted folder or files. I get user...
    5. Reinstaled, Lost profiles, encrypted files left encrypted
      Bob; Are you sure it is not an Ownership issue: http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q308421& If the files are encrypted. If...
  3. #2

    Default Re: Encrypted Passwords

    Person enters user name, password
    ASP code encrypts the password and then compairs it to the password in the
    database.
    If they agree, then in they go, if not, out they go.

    When they setup there account:
    ASP code encrypts the password the user provides and then saves it to the
    database.


    "Pilot Dave" <webforumsuser@macromedia.com> wrote in message
    news:dj3uto$3pt$1@forums.macromedia.com...
    > Please can somebody tell me if there is a simple way or tutorial to
    > encrypt
    > passwords when they are stored in the database and how to log in using
    > that
    > encrypted password. I am using DW User Authentication server behaviours.
    >
    > ASP VB Script, MS Access.
    >
    > Thanks
    > Pilot Dave
    >

    whatever Guest

  4. #3

    Default Re: Encrypted Passwords

    Thanks, but how is that done?
    Pilot Dave Guest

  5. #4

    Default Re: Encrypted Passwords

    Do a google search on ASP and encryption.
    That's how I found code that I based mine on.

    "Pilot Dave" <webforumsuser@macromedia.com> wrote in message
    news:dj65n3$9sf$1@forums.macromedia.com...
    > Thanks, but how is that done?

    whatever Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139