I'm currently working in two languages: Delphi, and .Net. I am trying
to have the same encrytion in both parts (Rijndael). The Delphi
portion is using your DCPcrypt, and .Net is using
ICryptoTransform/RijndaelManaged. I have not been successful in getting
the the same encrypted result back when I pass the same Key and IV to
DCPCrypt and .Net.
How can I use the DCPcrypt's Rijndael encryption in Delphi, and the
Cryptography in .Net, and get the two resulting values to match up?
Much thanks in advance!