Hii

I m having this strange problem.

I m encrypting the password using java JCE AES encryption algorithm and
storing the password as varchar(30) in the mySQL database. The
Encryption/Decryption is working fine
if i am doing it sequentially (single thread) but i m getting a

javax.crypto.BadPaddingException: Given final block not properly padded
............

exception when i am running  a multi threaded test !!

any ideas ??

- Shanky

Reply via email to