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
ssary implement the EVP_BytesToKey(), is this all right?? Do you know what is the padding that is used to encrypt it?? Do you know any library in Java that use the 3des algorithm?? Regards! Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core develope

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

3des algorithm

2007-11-08 Thread Lidia Fernández
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 -pass pass:lidiaCIPHER openssl enc -des

Re: Using 3DES algorithm in SSL with only 2 keys

2002-04-15 Thread Eric Rescorla
"Krishnaswamy R." <[EMAIL PROTECTED]> writes: > In OpenSSL, is it possible to use the 3DES algorithm in an SSL > connection > so that only 2 keys are used (so that the first and third keys are > they same) ? No. The TLS keys are randomly generated and alwyas 3-key 3DES

Using 3DES algorithm in SSL with only 2 keys

2002-04-15 Thread Krishnaswamy R.
Hello, In OpenSSL, is it possible to use the 3DES algorithm in an SSL connection so that only 2 keys are used (so that the first and third keys are they same) ? If so, could you please tell me how to do it. The need for this is to use only 112bit key length because of 128bit key export