Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to know if one EXE is valid or was modified?
Message
De
28/03/2003 14:35:22
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00771406
Message ID:
00771492
Vues:
10
>I will try explain better...
>
>I use CRYPTOR, then I have my data files encrypted. To read it, I have to use one function (crypt_register) before I try to read the file... If I didn't do it, I get the error 15 (Not a table).
>
>So, I have this routine (Crypt_Register) in MAIN.EXE. After that I call CUSTOM.EXE to get some options... So, if other developer creates an EXE he could access my tables because MAIN.EXE already register it.
>
>Then, I want to check if the EXE is the correct... It just works if you use cryptor or other solution like that... Because if you not use it, you can access dbf using excel, word, and VFP of course..
>
>About SQL Server is not necessary to me at the moment... :-)

how about putting Crypt_Register() in the CUSTOM.EXE. that way if other come up with there own CUSTOM.EXE they can't read nothing because the tables have not been initialized.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform