Encrypt a string in .NET and decrypt it in PHP? [duplicate]
开发者_C百科Possible Duplicate:
Cross platform (php to C# .NET) encryption/decryption with Rijndael
How can I encrypt something in .NET and decrypt it in PHP?
You can encrypt/decrypt cross-platform using the TripleDES symmetric encryption algorithm.
This URL provides a working sample: PHP and C# common encryption and decryption function class, Use of 3DES encryption and decryption
精彩评论