Hi.
Is it possible to remove PKCS5 padding from decrypted data?
I am trying to decode strings encrypted with AES/CBC/PKCS5Padding algorithm (Java).
using AES.MODE_CBC
But the resulting data is padded at the end
Is there an option to remove the padding?