Hi, I agree it might be easier to use the server mode.
Anyway, if you can't or don't want to: To improve performance, you could use the fast (but relatively new, and still experimental) pseudo-encryption algorithm "FOG". It makes the data _appear_ to be encrypted. This algorithm is cryptographically extremely weak, and should only be used to hide data from reading the plain text using a text editor. To use it, replace AES (or XTEA) with FOG. You could use a fixed (hardcoded) password (with regular encryption or the 'FOG' algorithm). Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
