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 encrypted. Thus you can send
any piece of data without encrypting since only the request author will be
able to read it.

If you need to encrypt singular pieces of data to send them over an insecure
channel the client software will need a decrypt tool. You choose any common
encoding schemes like PGP your life will be easier. However the clientside
decryp/encrypt tool will always be a matter of concern, due to the client
environment's unprectictability.

Saran

----- Original Message -----
From: "mike dell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 26, 2000 5:37 PM
Subject: Please help... 3rd time!!! encryption and decryption


> Hi all,
> This is the 3rd time I am sending the question with no
> response. Please help..
> What is the best way to encrypt and decrypt data on
> the client using jsp?
> Thanks in advance
>
>
> __________________________________________________
> Do You Yahoo!?
> Get Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to