RonHam Posted August 6, 2006 Share Posted August 6, 2006 I've been beating my head against a wall trying to generate an encrypted message in PHP that can be read by a C program running under windows XP. I've concluded the only way this will work is that the C program must use the same software crypto libraries to decrypt that I used to encrypt. It would be great if the mcrypt function existed is C source.Does any one know if they do and where could I get them??thanksthanksRonB Link to comment https://forums.phpfreaks.com/topic/16683-c-source-library-for-mcrypt/ Share on other sites More sharing options...
trq Posted August 6, 2006 Share Posted August 6, 2006 Did you even search for this? Mcrypt is an open source project just like most anything Linux.Try [url=http://sourceforge.net/projects/mcrypt]here[/url]. Link to comment https://forums.phpfreaks.com/topic/16683-c-source-library-for-mcrypt/#findComment-70093 Share on other sites More sharing options...
RonHam Posted August 6, 2006 Author Share Posted August 6, 2006 Thanks :)RonB Link to comment https://forums.phpfreaks.com/topic/16683-c-source-library-for-mcrypt/#findComment-70223 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.