Hi All We have an old DLL which was written many moons ago using Crypto c++ and for which the source code is long gone The specific thing i'm interested in is the DefaultEncryptorWithMAC & DefaultDecryptorWithMAC Basically data ecrypted with DefaultEncryptorWithMAC I want to be able to decode with this Chilkat ActiveX component http://www.chilkatsoft.com/refdoc/csCrypt2Ref.html ie decrypting the result of this encryptor = new DefaultEncryptorWithMAC(passphrase, new Base64Encoder(new StringSink(ls), false)); encryptor->Put((byte *)instring, strlen(instring)); encryptor->MessageEnd(); Using the information on this page http://www.cryptopp.com/wiki/DefaultEncryptorWithMAC i've tried many combinations but cannot get one to successfully decode something encoded with DefaultEncryptorWithMAC Hopefully someone on here can help becuase I have drawn a blank with Chilkat on thir forums As these encryptions are all based around standards (albe it with many varibales) this should be achieveable should it not ? Thanks very much in advance for any replies ..... hoping that someone on here has had to do this before Thanks
-- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
