Re: Please help... 3rd time!!! encryption and decryption

2000-07-27 Thread Christian Billen
ED]> Sent: Thursday, July 27, 2000 9:02 AM Subject: Re: Please help... 3rd time!!! encryption and decryption > Thanks for your replies > Let me rephrase the question, may be it is not > clear... > I want to encrypt the user name and password on the > client before sending them

Re: Please help... 3rd time!!! encryption and decryption

2000-07-27 Thread Daryani Santosh
nce <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: Santosh Daryani/IT/Aon Consulting) Subject: Re: Please help... 3rd time!!! encryption and decryption Thanks for your replies Let me rephrase the question, may be it is not clear... I want to encrypt the user name and password on

Re: Please help... 3rd time!!! encryption and decryption

2000-07-27 Thread mike dell
Thanks for your replies Let me rephrase the question, may be it is not clear... I want to encrypt the user name and password on the client before sending them to the server. What language/script should I use to do that. I already have the "bluefish" algorithm, but I don't know how to make the

Re: Please help... 3rd time!!! encryption and decryption

2000-07-27 Thread Jay Thoden Van Velzen
All right then. You can use an existing software package, and I guess it would just ber a question of asking the vendor how to use it (and you only buy when they can do what you want, and they can show it works with what you are trying to do), or you write your own custom encryption. -Origina

Re: Please help... 3rd time!!! encryption and decryption

2000-07-27 Thread Joseph B. Ottinger
On Wed, 26 Jul 2000, mike dell wrote: Set the sarcasm to stun, Chekov! > Hi all, > This is the 3rd time I am sending the question with no > response. Please help.. Maybe that's a hint that people don't know, or don't understand your question, or maybe your question is badly worded or even POSSI

Re: Please help... 3rd time!!! encryption and decryption

2000-07-26 Thread Rogerio Saran
Mike, no matter wich technology are you yusing to make your pages (JSP, ASP, Perl, anything ): The only "public", "widely adopted" and "resonably safe" mechanism for encrypted http connections are through SSL (secure socket layer). If you do it all the client/server communication will be encrypte

Re: Please help... 3rd time!!! encryption and decryption

2000-07-26 Thread Nathan Revo
The best way is to use a SSL connection for any page you want the encryption and decryption. Change to SSL before entering the page, change out of after your finished. -Original Message- From: mike dell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 26, 2000 2:37 PM To: [EMAIL PROTECTE