On 30/03/2017 at 04:48, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 18
Platform: Windows ;
Language(s) : C++ ;
---------
Hi guys,
I'm trying to generate encrypted strings using the the AES class in C4D. On its own it works fine.
The problem is, I'm trying to encrypt/decrypt that data online via php with mcrypt. The documentation in C4D simply says it's a Rijndael implementation, but there are several variants, some requiring an initialization vector which C4D doesn't seem to use.
Is there any more information on this? Worst-case is I'll have to use an external c++ library, which is a pain especially having to get them to run in both Visual Studio and XCode.
Thanks,
-gene