Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 07:29 AM
lubiel
Guest
 
Posts: n/a
Default How Encriptar pasword using ASP ???

Hello,

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

Any help is greatly appreciated.


  #2  
Old July 19th, 2005, 07:30 AM
Aaron Bertrand - MVP
Guest
 
Posts: n/a
Default Re: How Encriptar pasword using ASP ???

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...




"lubiel" <lubiel@hotmail.com> wrote in message
news:085d01c35db0$6c275490$a501280a@phx.gbl...[color=blue]
> Hello,
>
> Someone knows the way to encriptar password
> using ASPs ??? or documentation about it please?
>
> Any help is greatly appreciated.
>
>[/color]


  #3  
Old July 19th, 2005, 07:30 AM
Mike
Guest
 
Posts: n/a
Default Re: How Encriptar pasword using ASP ???

"lubiel" <lubiel@hotmail.com> wrote in message
news:085d01c35db0$6c275490$a501280a@phx.gbl...[color=blue]
> Hello,
>
> Someone knows the way to encriptar password
> using ASPs ??? or documentation about it please?
>
> Any help is greatly appreciated.[/color]

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=e...du%26rnum%3D27

HTH!

--
Mike



 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles