Re: Encrypt password
From: Paul Ingles (paul@oobaloo-dot-co-dot-uk)
Date: 06/27/02
- Next message: Michael Owen: "Re: Why is user ASPNET used to login to SQL Server?"
- Previous message: M. Shawn Dillon: "Re: ASPNET User Problem in Shared Hosting Environment"
- In reply to: Peter Vermeesch: "Encrypt password"
- Next in thread: Michael Howard [MS]: "Re: Encrypt password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Paul Ingles" <paul@oobaloo-dot-co-dot-uk> Date: Thu, 27 Jun 2002 21:25:35 +0100
The only way you could do it would be making use of client side script, or
Java.
You can't do it using ASP.NET since it is executed on the server, and thus
if you wanted to convert plaintext into ciphertext, the plaintext version
would have to be sent to the server.
I've seen examples of e-Commerce sites that use Java applets to enter your
card number into, this (I guess) encrypts it and sends it to a page or
something that captures the encrypted data. I'm not sure how these work in
detail.
The alternative is to code it in JavaScript :) Hope you've got a free month
or so.
In the end, I would suggest going with SSL. It's tried and (somewhat)
trusted :) The extra benefit you get from having a certificate signed by
someone like VeriSign is real benefit, as opposed to trying to persuade
people what you've coded is secure. Certificates aren't greatly expensive
now, and in my opinion well worth it.
Paul
"Peter Vermeesch" <PVR76@hotmail.com> wrote in message
news:OO6VG4dHCHA.2516@tkmsftngp13...
> Hi,
>
> If I'm not using SSL, is it possible to encrypt a password(-string) that
an
> user fills in a textbox before it is posted to the server?
>
> thanx
>
> Peter Vermeesch
> Synerco.be
>
>
>
>
- Next message: Michael Owen: "Re: Why is user ASPNET used to login to SQL Server?"
- Previous message: M. Shawn Dillon: "Re: ASPNET User Problem in Shared Hosting Environment"
- In reply to: Peter Vermeesch: "Encrypt password"
- Next in thread: Michael Howard [MS]: "Re: Encrypt password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|