开发者

encryption and decryption that work for both c# and php

开发者 https://www.devze.com 2022-12-19 17:46 出处:网络
Is there any encryptionand decryptionAlgorithms that work for both php and c#? Pleas开发者_C百科e I need a sample codesI think what you are looking for is DES3 encoding which can work fairly easily be

Is there any encryption and decryption Algorithms that work for both php and c#? Pleas开发者_C百科e I need a sample codes


I think what you are looking for is DES3 encoding which can work fairly easily between C# and PHP. Check out these two links for code examples.

C# Example:

http://www.csharper.net/blog/library_encrypt_and_decrypt_methods_using_tripledes_and_md5.aspx

PHP Example

http://us3.php.net/manual/en/mcrypt.examples.php

0

精彩评论

暂无评论...
验证码 换一张
取 消