protect password without SSL

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default protect password without SSL

    hi all,
    i have a problem with my asp.net web application.
    i'd like to protect passwords users sent to server,
    without using SSL server.

    i'm not so skilled at that, is there a way to protect the
    data streaming (password) from client to server?
    then i can protect the password to sql with a vb function,
    otherwise, use the sql select encrypt password, but i miss
    the first passage.

    thanks in advance,
    viviana

    viviana Guest

  2. Similar Questions and Discussions

    1. Using ASP to password protect a webpage
      I recently tried to setup a password protected part of my website. I went to microsoft.com and there were instructions on how to use ASP to...
    2. Protect a lot of PDF with different password in an automatic way
      First of all, excuse for my poor english :) Is it possible to make a batch procedure that do the follow things: - take the pdfs that are in a...
    3. Password Protect Folders in XP
      Without creating separate user accounts, is it possible to password protect individual folders and/or files?
    4. Password Protect
      I am trying to password protect the partitions on my harddrive. I created 3 partions the 4th one being used only for the OS. Is there a way to...
    5. Password protect IE
      "David Houghton" <d.j.houghton@talk21.com> wrote in message news:<eQgCjSLODHA.2052@TK2MSFTNGP11.phx.gbl>......
  3. #2

    Default Re: protect password without SSL


    Hi Viviana,

    AuthentiX and WebQuota both have the ability to verify encrypted
    passwords.

    [url]http://www.flicks.com/prod.htm#authnx[/url]

    [url]http://www.flicks.com/prod.htm#webq[/url]

    If you use form (cookie) based authentication, the cookies are MD5
    hashed for additional security.




    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Scott Scott 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