I\'m using Delphi 2009 and most of the answers I\'ve seen here are for 2010+ I am trying to sync encryption (delphi) to decryption (php) and failing.
generate the en
who is the iv bytes
$ivbytes = array(72, 163, 99, 62, 219, 111, 163, 114);
for the key: test123456
$ivbytes = array(??, ??, ??, ??, ??, ??, ??, ??);