how to sync encryption between delphi and php using dcpcrypt

前端 未结 3 597
悲&欢浪女
悲&欢浪女 2020-12-30 18:21

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

3条回答
  •  青春惊慌失措
    2020-12-30 18:31

    who is the iv bytes

    $ivbytes = array(72, 163, 99, 62, 219, 111, 163, 114);
    

    for the key: test123456

    $ivbytes = array(??, ??, ??, ??, ??, ??, ??, ??);
    

提交回复
热议问题