On 14.12.2012 16:38, jesusaplsoft wrote:
> Is there any way to encrypt a db excluding certain tables? AFAIK you
> can encrypt the whole db but it would be interesting to exclude
> certain Tables from it. Wich ones? Tables containing really big data
> like images, for example. This way, the time spent by Derby in
> Decryption (to login into db) would be really fast...

Not currently. Your options would be to create another database without
encryption for those tables, or
encrypt (or not) the payload data yourself before inserting.

Thanks,
Dag

> ------------------------------------------------------------------------
> View this message in context: Encryption
> <http://apache-database.10148.n7.nabble.com/Encryption-tp125819.html>
> Sent from the Apache Derby Users mailing list archive
> <http://apache-database.10148.n7.nabble.com/Apache-Derby-Users-f95095.html>
> at Nabble.com.

  • Encryption jesusaplsoft
    • Re: Encryption Dag Wanvik

Reply via email to