I added a password encryption capability to a security framework back in
the fall using OJB as my persistence mechanism. OJB itself had nothing
to do with the encryption, though - only as persistence. I simply used
a Blowfish implementation to encrypt the passwords and then had OJB
store that data in a VARBINARY type field (I used Oracle's RAW type).
You have to leave enough room in your receiving field to hold any
padding bytes that your encryption algorithm may add. Otherwise, it's
very straightforward.
Cesar wrote:
Hi
Somebody knows as to work with encryp password from Data Base in ojb?
[ ]�s
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]