> 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/
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
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
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
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
"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
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