OpenSSL_Encrypt causing partly corrupted data on decryption after data stored in MySQL DB

后端 未结 0 1180
你的背包
你的背包 2021-01-19 20:29

I\'m trying to encrypt some data (JSON) before it gets added to a DB. Using the following code:

$cypherMethod = \'AES-256-CBC\';
$key = \'WHATEVER\';
$iv = op         


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