Use ADS and crypt the data using AdsEnableEncryption('xXx').
how descriptografar a dbf to access with dbu?
FiveWin 9.03 + xHarbour !!
Use ADS and crypt the data using AdsEnableEncryption('xXx').
how descriptografar a dbf to access with dbu?
select 1
DbUseArea(.t.,,"table",,.f.,.f.)
ADSEnableEncryption( trimpas() )
AdsDecryptTable()
dbUseArea(.T.,"ADS","CUSTOMER",, .not. lExclusive)
AdsEnableEncryption(cChave)
AdsDecryptTable()
close all