L
Lech Migdal
Hi
I have such a problem - I've tried to encrypt a file with TripleDES and then
decrypt it with DES, but failed.
AFAIK, TripleDES uses 3x DES (EEE), so decrypting it with DES should be
possible.
I've tested DES and it is ok (encrypts and decrypts file without problem).
The passwords provided
and IV are the same. (for the TripleDES I give 24 bytes of password, to DES
I give password bytes 1 to 8, 9 to 18 and 19 to 27)
So maybe TripleDES is doing something with the password that I am not aware
of ?
thanks in advance
LM
I have such a problem - I've tried to encrypt a file with TripleDES and then
decrypt it with DES, but failed.
AFAIK, TripleDES uses 3x DES (EEE), so decrypting it with DES should be
possible.
I've tested DES and it is ok (encrypts and decrypts file without problem).
The passwords provided
and IV are the same. (for the TripleDES I give 24 bytes of password, to DES
I give password bytes 1 to 8, 9 to 18 and 19 to 27)
So maybe TripleDES is doing something with the password that I am not aware
of ?
thanks in advance
LM