yup encoding was the main issue and i had also not made the encrypt/decrypt function synchronized , these were the two problems
On 6/10/06, Scott Van Wart <[EMAIL PROTECTED]> wrote:
Shshank Jain wrote: > the problem was muti threading (the sychronized block) plus the > database had > the password field as varchar > i encoded the data and make the character encoding base 64 ( > http://forum.java.sun.com/thread.jspa?threadID=555631&messageID=2729521) > and it works now So was it solely the encoding issue? I've always made sure to base64 any binary data that absolutely had to be stored in a char-derived column; was this the only issue? - Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]