Re: return (HexUtils.convert(md.digest())) in RealmBase

2006-03-24 Thread Alessandro Colantoni
, then they're authenticated, without you needing to undo anything. Jay -Original Message- From: Alessandro Colantoni [mailto: [EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 12:37 PM To: Tomcat Users List Subject: Re: return (HexUtils.convert(md.digest())) in RealmBase

Re: return (HexUtils.convert(md.digest())) in RealmBase

2006-03-23 Thread Alessandro Colantoni
: Re: return (HexUtils.convert(md.digest())) in RealmBase Thanks for answer. I'm sure that the byte representation is printable, because that's a very easy algorithm, and it is working since some year storing correct encrypted password with the other application. What i should need

return (HexUtils.convert(md.digest())) in RealmBase

2006-03-22 Thread Alessandro Colantoni
Hi All! I saw that both method Digest(..) and digest(..) in RealmBase return ( HexUtils.convert(md.digest())) and not just md.digest().toString. My problem is that user table is maintained by another application developed in an other technology. My application uses this table just to authenticate

RE: return (HexUtils.convert(md.digest())) in RealmBase

2006-03-22 Thread Jay Burgess
, 2006 12:12 PM To: Tomcat Users List Subject: return (HexUtils.convert(md.digest())) in RealmBase Hi All! I saw that both method Digest(..) and digest(..) in RealmBase return ( HexUtils.convert(md.digest())) and not just md.digest().toString. My problem is that user table is maintained by another