I have code in C# which encrypts and decrypts string: If you check Decrypt(byte[] buffer), I take first 16 bytes which is IV. Now I similar want to implement in PHP (imagine, that I will encode on C# side and send it to server which runs on php, where I want to decrypt it back). As the param to my