Re: Compiling a native code using DES

2010-07-03 Thread Anshul Singhal
Thanks a lot Mounir :-) On Sat, Jul 3, 2010 at 2:57 PM, Mounir IDRASSI wrote: > Hi, > > libcrypto is enough for basic cryptographic operations like > encryption/decryption with DES, AES, ...etc > > Cheers, > -- > Mounir IDRASSI > IDRIX > http://www.idrix.fr > > > Hello all, > > > > I have a C Cod

Re: Compiling a native code using DES

2010-07-03 Thread Mounir IDRASSI
Hi, libcrypto is enough for basic cryptographic operations like encryption/decryption with DES, AES, ...etc Cheers, -- Mounir IDRASSI IDRIX http://www.idrix.fr > Hello all, > > I have a C Code which is making use of DES.h in a JNI Environment. > I wanted to know if compiling this code with libcr

Compiling a native code using DES

2010-07-02 Thread Anshul Singhal
Hello all, I have a C Code which is making use of DES.h in a JNI Environment. I wanted to know if compiling this code with libcrypto will be enough or it will need libssl as well?