PHP Encryption & VB.net Decryption

后端 未结 4 594
有刺的猬
有刺的猬 2021-02-06 13:52

I\'m trying to do a simple task. Encypt a value in PHP and Decrypt it in my VB.net app. I figure I\'d use tripleDES or Rijdael 128 or 256

I though this should be simple

4条回答
  •  死守一世寂寞
    2021-02-06 14:40

    For PHP you should look at the mcrypt extension, which should support all of the ciphers you specified

提交回复
热议问题