Subject Re: Encryption
Author paulphope <paulhope@allcomm.co.uk>
Olafur

I do it in OnGetText,OnSetText of the TIB_Edit, and other places of
required.

In order to provide development facilities I also have a decrypt UDF
and decrypted vies of my tables - which are removed before
deploying ;-)

All the fields are varchars

HTH
Paul



--- In IBObjects@yahoogroups.com, Ólafur Guðmundsson <og@v...> wrote:
> Hi,
> I'm going to implement encryption of my data.
>
> I'm using TIB_Transaction, TIB_Datasource, TIB_Query and a
TIB_RichEdit
> control.
>
> I would like to do the encryp. in my app so it will be sent encry.
to the
> server.
>
> Where / in what event do I encrypt the data and where do I decrypt
the data?
>
> Can anyone help me with that?
>
> Regards
> Olafur Gudmundsson
> Iceland