J
Joe Cruz
Hi,
I use exchange 2007 and outlook 12.
The encryption algorithm is 3DES.
My purpose is to decrypt by myself the message which was sent from outlook.
When I open the mime I get a tnef. When I parse tnef I get many fields. One
of them is a binary attribute which tag is "AttachData".
I'm sure this is the only encrypted buffer, and it contains my message body.
So how can I decrypt the body?
To decrypt 3DES I need the symmetric key (that should have been encrypted
with the receiver's public key) and the initialization vector.
Where is the key exchange block stored in the message (I mean the place
which contains the symmetric key for the message and the initialization
vector)?
I'll be very grateful to someone who can explain how to decrypt a message in
tnef format, or even a code example.
Thanks alot,
joe
I use exchange 2007 and outlook 12.
The encryption algorithm is 3DES.
My purpose is to decrypt by myself the message which was sent from outlook.
When I open the mime I get a tnef. When I parse tnef I get many fields. One
of them is a binary attribute which tag is "AttachData".
I'm sure this is the only encrypted buffer, and it contains my message body.
So how can I decrypt the body?
To decrypt 3DES I need the symmetric key (that should have been encrypted
with the receiver's public key) and the initialization vector.
Where is the key exchange block stored in the message (I mean the place
which contains the symmetric key for the message and the initialization
vector)?
I'll be very grateful to someone who can explain how to decrypt a message in
tnef format, or even a code example.
Thanks alot,
joe