On Sat, Jul 25, 2009 at 6:13 PM, Natarajan V<[email protected]> wrote: > On Sat, Jul 25, 2009 at 5:01 PM, Vishnu > Vijayaraghavan<[email protected]> wrote: >> Dear Luggies, >> >> I am trying to write an application which encrypts data in javascript >> and decrypts them back in Java JCE. > > A very out of topic doubt! > Why do you want to do this? If you are using normal SSL, this is done > automatically for you right? >
A very perfect question. But, our clients can't afford SSL. They don't want to have a dummy certificate (I think we are unable to convenice them) . I know a dummy certificate is still secured than without SSL. So, we have no other go. Btb. yesterday I tried without padding and ECB mode (I know it is not very secure) and I got them to be matching (jsaes and JCE). So, there is some way out. I will post once I get it done. Thanks, V.Vishnu _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
