Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add encrpytion/decryption to the field in DBF fil
Message
From
20/03/2013 03:09:21
 
 
To
20/03/2013 02:37:33
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01568830
Message ID:
01568836
Views:
49
>Hi,
>
>How to gen. ourt the hash easily ? any existing class or program code ?
>or I use my user defined formular ?
>
>Please advise.
>
>Derek

Well there are lots of ways - you can use the simple hashing function in VFP SYS(2007) using the 32bit hash option (but this is not guaranteed to be unique but might be good enough security for your purposes). You can use an external DLL like the MD5.DLL to calculate MD5 hashes. You can use 3rd party tools like Chilkat tools http://www.chilkatsoft.com (which is what we use). You can use your own hashing formula etc. It depends on the level of security you think you need. All this might be totally pointless without your code being protected as well. So you need to think about the level of security required and who you are trying to defend against.
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Reply
Map
View

Click here to load this message in the networking platform