Re: TripleDES with CBC - WeOnlyDo Discussion board

Re: TripleDES with CBC (General questions)

by Magnus, Friday, September 16, 2005, 14:55 (6769 days ago) @ wodSupport

Magnus,

I don't think padding is the issue here. I think representation of IV or Key may be different.

Can you show some sample code on how encrypted text is generated using 3rd party software? I'll try to duplicate this and make wodCrypt code that decrypts it.

Hi!

The funny thing is that I got it working in ECB mode so I don't see why it should'nt work in CBC mode?

The encryptionsoftware is in an terminal using C and the function is in an precompiled file that I don't have access to [:sad:]

The function call looks like this
C_DesTripleDecryptCBC(const BYTE* pKey, const BYTE* pIV,const BYTE* pData, DWORD nLen, BYTE* pResult);

Thanks for the quick answers! [:happy:]


Complete thread: