John, 

On Fri,  4 May 2001 03:20, you wrote:
> If I understand what you are doing there is another approach instead of
> attempting to store a byte[].  Take the encrypted byte[] and run it through
> a Base64 conversion and out pops a String you can easily store/retrieve.

thanks for your help - a much simpler way of doing it...   I've done this and 
it works fine with all the tests.  I just have a question on Base64 (a bit 
green here) - is there an accepted library that is the defacto norm for 
decoding/encoding?  I've found on from 
http://www.ruralnet.net/~kelley/java/Base64.java which seems ok, but I was 
wondering if there was a commonly used encoder out there.

cheers, and thanks again (I spent all of yesterday trying to fix this when 
there was a simple workaround!)

dim




_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to