How Encriptar pasword using ASP ???

L

lubiel

Hello,

Someone knows the way to encriptar password
using ASPs ??? or documentation about it please?

Any help is greatly appreciated.
 
A

Aaron Bertrand - MVP

Use SSL and/or Windows auth? If you really think encryption on the ASP side
is the best way, see these articles:

http://www.aspfaq.com/2249
http://www.aspfaq.com/2397

However if the user is entering username and password into the browser, it
is sent in plain text (unless you are in SSL) until it gets to the server
side, where the ASP can handle the encryption...
 
M

Mike

lubiel said:
Hello,

Someone knows the way to encriptar password
using ASPs ??? or documentation about it please?

Any help is greatly appreciated.

I found a great solution here a month back. I had alot of sensitive data
that I didn't want available in case the machine was compromised. I ended
up using a free ASP script to encode it in MD5 (SHA-256 would've been better
but I had a size limitation).

http://www.frez.co.uk/freecode.htm#sha256

Here's the original thread where I discussed something similar (and the
responses might help you out).

http://groups.google.com/groups?hl=...v387%24s1%241%40geraldo.cc.utexas.edu&rnum=27

HTH!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,079
Messages
2,570,575
Members
47,207
Latest member
HelenaCani

Latest Threads

Top