PHP and C# communication with Encrypt/Decrypt
- by SilentWarrior
Hello, I have been searching and cant find a consistent solution to my problem :
I want to encrypt something in C# and decrypt it in PHP but also be able to encrypt in PHP and decrypt in C#, using the same key on both ends.
All the solutions I found dont seem to work both ways, most of them only work on one language and then fail on the other,…