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 client to encrypt the username and the
password before I send them. I can do that in applet
but I don't want to use applet. So how to do that and
the server runs jsp.
Thanks again...
-Mike


--- Original Message------
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 POSSIBLY badly
misled. Asking three times - or three MORE times -
won't change that.

> What is the best way to encrypt and decrypt data on
> the client using jsp?

Hmm, let's think about this: encrypt and decrypting
data's easy enough,
there are plenty of algorithms available for this...
but what kind of data
do you mean? You want to decode PGP keys, perhaps?
Maybe the *client* is
the right place for this. Oh, wait, you want JSP to do
it - which means
the client doesn't have anything to do with it at
*all* except to issue a
request to the JSP container.

-----------------------------------------------------------
Joseph B. Ottinger
[EMAIL PROTECTED]
http://cupid.suninternet.com/~joeo      HOMES.COM
Developer



__________________________________________________
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

Reply via email to