Hello,
I've been battling with this for quite a few hours and don't seem to be able to find a clue, let alone an actual answer, online.
A vendor is asking us to encrypt a message using this combination of algo and settings:
AES128
Key
Initialization Vector (IV)
Block size: 128 bits
Feedback Size: 128 bits
Key Size: 128 bits
Mode: CBC
Padding: PKCS7 <-- I know how to do it all using dbms_crypto, except for padding PKCS#7, which I believe only PKCS#5 is supported.
Help, please! Are there any workarounds?
Thanks,
Alex.