StreamTransformationFilter: invalid PKCS #7 block padding found in AES decryption
问题 I want to use AES-256 encryption/decryption in my C++ code to do that I use cryptoPP library, I have implement encryption and decryption. but I get Error : StreamTransformationFilter: invalid PKCS #7 block padding found Error. The senario which I test is : First I encrypt myplaintext then decrypt it --> there is no error here. Second I decrypt the cipher created above --> here I got the error. I know that there are same question here but I couldn't solve my problem :( Here I set iv: byte iv