Re: MD5 example

2001-07-18 Thread Sharon Rose Orillaneda
Do you know how to decrypt MD5? Thanks -Sharon -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Ashish Shrestha Sent: Thursday, 19 July 2001 2:04 PM To: [EMAIL PROTECTED] Subject: MD5 example Dear

Java XML

2001-06-25 Thread Sharon Rose Orillaneda
Hi! Do you have any Java XML tutorial site? Or any other resources? Thanks. -Sharon === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set

Re: Hexadecimal to String

2001-06-24 Thread Sharon Rose Orillaneda
Hi Chris! This is actually decryption. Do you have an algo for encryption? Like Tools of the Trade will be converted to 546F6F6C73206F6620746865205472616465 ? Am I correct if I will change the + 10 to -10 in order to get the encrypted vaue? Sorry, I'm not really good on this Hexa stuff. Thanks.

java memory

2001-06-21 Thread Sharon Rose Orillaneda
Hi! Do you have any JAVA reference sites for coding in the most efficient and reliable way? Like sometimes I am using Objects that make my program so slow. Thanks. Sharon === To unsubscribe: mailto [EMAIL PROTECTED] with

c = (char) ((x 4) 0xf);

2001-06-12 Thread Sharon Rose Orillaneda
Hi guys! What does this mean? What is 0xf? char c; c = (char) ((x 4) 0xf); -Sharon === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set

encrypt and decrypt

2001-05-22 Thread Sharon Rose Orillaneda
Hello! I would like to ask help from you about encrypt and decrypt. I actually have here a simple code : static String crypto( String passwd, int offset ) StringBuffer s_buff = new StringBuffer(); for( int i = 0; i passwd.length(); i++ ) {

Re: encrypt and decrypt

2001-05-22 Thread Sharon Rose Orillaneda
by O'Reilly. -Allison -Original Message- From: Sharon Rose Orillaneda [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 23 May 2001 2:26 To: [EMAIL PROTECTED] Subject: encrypt and decrypt Hello! I would like to ask help from you about encrypt and decrypt. I actually have here a simple

encrypt and decrypt

2001-05-18 Thread Sharon Rose Orillaneda
Hello! Does anyone of you happened to know how to encrypt and decrypt in Java? Thanks, Sharon === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set

Re: HTML Question

2001-05-14 Thread Sharon Rose Orillaneda
What is the browser you are using and its version? -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Erwin Kodiat Sent: Tuesday, 15 May 2001 12:16 PM To: [EMAIL PROTECTED] Subject: OT: HTML Question Dear

Re: Tomcat + JavaMail

2001-04-01 Thread Sharon Rose
yes you should have an SMTP for sending your emails and POP3 for retrieving. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Cedric Chin Sent: Wednesday, 28 March 2001 12:43 PM To: [EMAIL PROTECTED]