Re: RE : Re: 3des algorithm

2007-11-10 Thread Julius Davies
> Do you know if i can decrypt the file with Java?? You also might find this library helpful: http://juliusdavies.ca/commons-ssl/pbe.html -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/

RE : Re: 3des algorithm

2007-11-09 Thread El hallabi-Kettani Abderrahmane
See www.dis.uniroma1.it/~alberto/didattica/JCE_3DES.java as an example en mode "ede: encrypt-decrypt-encrypt" Abderrahmane, "Dr. Stephen Henson" <[EMAIL PROTECTED]> a écrit : On Thu, Nov 08, 2007, Lidia Fernndez wrote: > Hello all!! > > I have an application that interact with Linux a

Re: 3des algorithm

2007-11-09 Thread Lidia Fernández
Dr. Stephen Henson escribió: On Thu, Nov 08, 2007, Lidia Fernndez wrote: Hello all!! I have an application that interact with Linux and windows. i have to cypher a file in Linux, and windows has to decrypt it. I use openssl and 3des to cypher it. openssl enc -des3 -salt -in fil

Re: 3des algorithm

2007-11-08 Thread Dr. Stephen Henson
On Thu, Nov 08, 2007, Lidia Fernndez wrote: > Hello all!! > > I have an application that interact with Linux and windows. > i have to cypher a file in Linux, and windows has to decrypt it. > > I use openssl and 3des to cypher it. > > openssl enc -des3 -salt -in file.txt -out 3descifr.txt