On 2008.12.18 at 11:41:58 -0700, Kolli, Sudha wrote: > Hi > > > > Here is the problem: > > > > We have a php code which used open_ssl library to encrypt and decrypt. > > > > We are trying to write the equivalent java code for encryption but we are > unable to use open_ssl library in Java. > > > > Can any of you tell us the solution how to replicate that php into Java - > need to use open_ssl library? Wrappers may not work in our environment. > >
Java have its own cryptograpy libraries - JCE. So, you have just to undersetand which encrypted document formats and which cipher algorithms you use, and probaly java have native support for them, or such support can be written on Java more easily then Java bindings to C OpenSSL library. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org