I found when doing some encryption work earlier this year that Oracle's RAW column type was the right choice in order to store the data after encryption. You also have to make sure that you provide enough space for any padding bytes that your encryption algorithm may add to the data.
Dave
Conall O'Raghallaigh wrote:
I would think separate converter classes the various algorithms, but I haven't gotten far enough into it to know what makes the most sense.
-Conall
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
