I need to decrypt a cipher that was encrypted with AES CBC 128 with PKCS1 padding. But, C# AesCryptoServiceProvider and System.Security.Cryptography.PaddingMode does not have PKCS1.
What should I do? Do I have to use some other AES package? or, implement my own...
Please help...
Fixed. Changed from
to