Subject | Re: [firebird-support] Tools for encription field in Firebird |
---|---|
Author | Mark Rotteveel |
Post date | 2014-08-28T11:17:19Z |
On 28 Aug 2014 03:24:18 -0700, "trskopo@... [firebird-support]"
<firebird-support@yahoogroups.com> wrote:
encryption/decryption of individual fields in your application, not
database side. Doing it database side will actually make it easier to
circumvent and therefor defeat its main purpose (keeping the content
unreadable for prying eyes).
Mark
<firebird-support@yahoogroups.com> wrote:
> Hi all,that
>
> I have a table with ddl : create table Tbl1(id int,dscp varchar(100))
>
> Is there a tool to encrypt data in field dscp? I only need to encrypt
> field, not all field.There is no standard functionality inside Firebird. I'd suggest to handle
encryption/decryption of individual fields in your application, not
database side. Doing it database side will actually make it easier to
circumvent and therefor defeat its main purpose (keeping the content
unreadable for prying eyes).
Mark