javax.crypto.IllegalBlockSizeException: Input length must be multiple of..
866871Jun 6 2011 — edited Jun 7 2011hi guys
i encrypted a string and then converted it from byte[] to string and put it in db
now i wanna encrypt it and i get this error
javax.crypto.IllegalBlockSizeException: Input length must be multiple of 16 when decrypting with padded cipher
thanks in advance for your help :)