Subject Re: [firebird-support] Encryption of tables/rows
Author Brian L. Juergensmeyer
Hi, Scott,

> How do your protect sensitive data in a FB DB? User names and password
> stop access to the DB through the server, but what about somebody
> looking at the raw .FDB/.GDB files? I assume somehting like that is
> happening in the security.fdb to protect passwords, can it be extended
> to general tables/DBs?

Generally, we'll encrypt anything sensitive in the client app before sending
it to the database.

Brian