Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to add encrpytion/decryption to the field in DBF fil
Message
De
20/03/2013 03:09:21
 
 
À
20/03/2013 02:37:33
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
Visual FoxPro
Divers
Thread ID:
01568830
Message ID:
01568836
Vues:
48
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform