Hello Martin,
AES is supported by the Qc3DecryptData API, so provided that you have the
correct mode and pad options from the customer, it should definitely be
possible to do what you're trying to.
Could you possibly post the code - but not the provided key :-) - then we'll
see how to make it run.
Best regards,
Carsten Flensburg
----- Original Message -----
From: <Martin.Verhoef@xxxxxxxxxxxxxxxxxxxxx>
To: <rpg400-l@xxxxxxxxxxxx>
Sent: Wednesday, April 13, 2005 11:57 AM
Subject: AES decryption with Qc3DecryptData API
> Has someone experience with the Qc3DecryptData API ?
> I have an encrypted string (AES) and a key (size 16) from a customer. The
> encrypted string i want to decrypt
> with the provided key and the api. Is it possible to use the api in this
> way ?
>
> How to provide the encrypted string and the key to the parameter group of
> the api ?
> I tried some parameter values but got errors back like 'Length of input
> data not valid'.