Ask a Question related to ASP.NET Security, Design and Development.
-
viviana #1
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
-
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... -
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... -
Password Protect Folders in XP
Without creating separate user accounts, is it possible to password protect individual folders and/or files? -
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... -
Password protect IE
"David Houghton" <d.j.houghton@talk21.com> wrote in message news:<eQgCjSLODHA.2052@TK2MSFTNGP11.phx.gbl>...... -
Scott Scott #2
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



Reply With Quote

