he dave !! problem solved !! 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
Thanks for ur support. On 6/9/06, Shshank Jain <[EMAIL PROTECTED]> wrote:
i will run some test cases here and get back... i ran it sequentially it worked fine.... On 6/9/06, Dave Newton <[EMAIL PROTECTED]> wrote: > Shshank Jain wrote: > > making the decryt/encrypt synchronized didnt help > > Ok. > > Dave > > PS If the only difference is single- vs. multi-threaded then I'll almost > guarantee you you're walking on something, somewhere, even if it's in > your test code. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >