Topic by Pablo Morales
Content
Hi all,
I'm having problems with java and PTA... I'm getting error 7 or 5, wich means wrong credentials, but I have "ignore password" set and p_userid is set too.
I'm using java Crypto Library and AES algorithm...
For base64 encoding I'm using Apache commons library.
RN configuration is: aes128, keygen is none, padding is PCKS7 and "ignore password" is set to true.
I had tried others configurations changing Padding and keygen methods, but it keeps failing..
Am I missing something in the configurations or the encryption or base64 encoding libraries are not the ones I shoul be using?
Thanks in advance for you help.
Bye