posted 18 years ago
Trying to take out an encrypted password from an Access Database and decrypt it, when the value is put in it is fine, but when it is pulled out of the DB and decrypted it kicks to an exception:
javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when decrypting with padded cipher
I understand this seems like a security question but we've narrowed it down to something odd going on while it's stored inside the access DB. Any help/comments would be great.
Thanks in advance!