I'm using the following code to decode a string in a C# program of mine but I also need to be able to decrypt the same string server side with PHP. Is there an equivalent in PHP of the following c# code?I'm using the following code to decode a string