Decrypt PHP encrypted string in C#
Posted
by NotDan
on Stack Overflow
See other posts from Stack Overflow
or by NotDan
Published on 2008-10-22T04:03:03Z
Indexed on
2010/05/19
5:00 UTC
Read the original article
Hit count: 225
I have a string encrypted in PHP that I would like to decrypt in C#. I used the tutorial below to do the encryption, but am having problems decrypting. Can anyone post an example on how to do this?
http://www.sanity-free.org/131/triple_des_between_php_and_csharp.html
© Stack Overflow or respective owner