Solved: Could not perform unpadding invalid pad byte
When you run into an error like this in ColdFusion, or otherwise using the RSA jSafe CryptoJ java package:
An error occurred while trying to encrypt or decrypt your input string: com.rsa.jsafe.crypto.dr: Could not perform unpadding: invalid pad byte..
It usually means that you are trying to decrypt a value using the wrong encryption key.
Like this? Follow me ↯
Tweet Follow @pfreitagSolved: Could not perform unpadding invalid pad byte was first published on April 18, 2013.