Decrypting a string encrypted by PHP with AES256-GCM using OpenSSL in C# using BouncyCastle

后端 未结 0 1126
灰色年华
灰色年华 2021-01-28 10:56

I\'m using openssl to encrypt/decrypt strings in PHP:

function str_encryptaesgcm($plaintext, $password, $encoding = null) {
    $aes = array("key" =>         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题