Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cryptor - Password, Mode, Files and so on...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00755667
Message ID:
00756031
Vues:
21
Hi Viv,

Thanks for your opinion...

I'm a bit confused: Today, I have a EXE that execute CRYPT_ENCODE/DECODE. This EXE just do it... It is not the same that have the CRYPT_REGISTER and, in fact, access tables and so on...

Take a look at my code:
ADir(CBD_List,"*.DBF")
For m.NoFile = 1 To ALen(CBD_List,1)
    Crypt_Register(CBD_List[m.NoFile,1],"MYPASSWORD",0,3)
EndFor
So, how you could see, I have a generic function to register my tables... I don't test the error ("Not a Table") because I don't know if it works fine. For example: If a table has a problematic header, and this table is not encrypted... in this case, I don't need to try REGISTER because it is not the problem...

I think I can't explain the real problem.... I'd like to find something easier to control which files are really encrypted and register it...

Thanks!
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform