Can anyone tell me if there is a standard solution to encrypt and decrypt data in VFP?
I need to encrypt all data in local DBF files and decrypt them when I show the data in the application and before sending it to a SQL*Server database.
Of course, if you are only encrypting fields you can always "roll your own" - high powered encryption schemes are severely crippled when you use short data strings, so your algorithm will probably be just as "secure".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.