问题描述
有没有人试过使用libmcrypt和visual c ++?我试图使用Crypto ++,但似乎不完全兼容 - 我需要解密数据加密在PHP使用linux libmcrypt。
Has anyone tried using libmcrypt and visual c++? I was trying to use Crypto++ but it seems not fully compatible - and I need to decrypt data encrypted in PHP using linux libmcrypt.
我发现只有cygwin版本的libmcrypt,但没有.lib文件或标题。
I found only cygwin version of libmcrypt but no .lib files or header.
我使用RIJNDAEL_128 - 也许有更简单的方法在Visual C ++中解密?
I'm using RIJNDAEL_128 - maybe there is easier way to decrypt it in Visual C++?
感谢
推荐答案
我终于找到一个与Visual Studio兼容的工作libmcrypt版本
这里 http://files.edin.dk/php/win32/mcrypt/dev/ 并且工作正常。
I finally found a working libmcrypt version compatible with Visual Studio It is here http://files.edin.dk/php/win32/mcrypt/dev/ and worked correctly.
这篇关于libmcrypt和MS Visual C ++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!