Page 1 of 1

How protect data in DBF Files.

Posted: Fri Jan 15, 2016 2:43 am
by PedroAlex
Hello gentlemen's


I need to protect my data in DBF files.
This is possible with DBF / ntx?
Does anyone have any experience in this matter that might give a hint to I see on the right track?

Many thanks in advance.
Pedro.

Re: How protect data in DBF Files.

Posted: Fri Jan 15, 2016 8:14 am
by rdonnay
If you are using Xbase++ 2.0 you may want to consider AesEncrypt() and AesDecrypt().

Re: How protect data in DBF Files.

Posted: Fri Jan 15, 2016 9:42 am
by PedroAlex
Roger.

have you any experience with this new features!?
Performance stability!!??

Many thanks for feedback?
Pedro

Re: How protect data in DBF Files.

Posted: Fri Jan 15, 2016 10:06 am
by Cliff Wiernik
If you utilize ADS, it has similar features. Have not used though.

Re: How protect data in DBF Files.

Posted: Fri Jan 15, 2016 10:43 am
by rdonnay
have you any experience with this new features!?
One of my customers, Bobby Drakos, is using AesEncrypt() and AesDecrypt() to protect credit card numbers and social security numbers. He is only encrypting those fields. No problems.