Question
Given final block not properly padded.
I'm getting the error "Given final block not properly padded.
" when attempting to decrypt data. The encrypt and decrypt key are
the exact same. Some input data (stored in mssql) descrypts fine
while other data just doesn't work. Any ideas?
<cfset xxxxx = decrypt(xxxxx2, doubleSecretProbationKey, "AES", "UU")>
<cfset xxxxx = decrypt(xxxxx2, doubleSecretProbationKey, "AES", "UU")>
