Need code source (crypt in PHP, decrypt in C/C++)
Hello,
Can anybody tell me where can I find a source code to be able to
encode a small string with PHP, and decode this string with C/C++?
Thank you in advance!
Re: Need code source (crypt in PHP, decrypt in C/C++)
at2at2at [at] yahoo.com wrote:
> Can anybody tell me where can I find a source code to be able to
> encode a small string with PHP, and decode this string with C/C++?
>
> Thank you in advance!
Here: http://www.php.net/manual/en/function.str-rot13.php
But this is just for example. You have to describe your task if you want
adequate method.