Subject | Re: [ib-support] crypted data |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-01-31T23:04:42Z |
Hello Duilio,
encrypt sensitive data in your client program and then store it in
the database, e.g. as binary blobs, or even - if you encrypt to a
character set, or give the binary encrypted data a text harness - as
text blobs or (var)chars. For "short" data like passwords, I usually
encrypt to (var)chars.
Greetings,
Paul Vinkenoog
> can database data be crypted so that even the system administratorInterbase / Firebird itself has no provision for this. But you can
> cannot read it ?
encrypt sensitive data in your client program and then store it in
the database, e.g. as binary blobs, or even - if you encrypt to a
character set, or give the binary encrypted data a text harness - as
text blobs or (var)chars. For "short" data like passwords, I usually
encrypt to (var)chars.
Greetings,
Paul Vinkenoog