Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
.NET and Cryptor
Message
De
05/12/2005 23:46:03
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Cryptographie
Titre:
.NET and Cryptor
Divers
Thread ID:
01075191
Message ID:
01075191
Vues:
67
Hi,

I encrypt dbf tables with Cryptor and am now starting to work with WebConnection 5.0. Even though WebConnection 5.0 is all VFP at runtime, if you take advantage of the new page class you can use the Visual Studio IDE to design visually. Therefore, in order to see my data at design time I need to call on Cryptor from VS. The question is, how to do it.

The call from VFP is like this:
PUBLIC goCryptor
goCryptor = CreateObject("XitechCryptor.Cryptor")
goCryptor.WatchDLL("vfp9.exe")  && May be VFP8 Development Environment
goCryptor.WatchDLL("vfp9r.dll")	&& May be Runtime
goCryptor.Register('customers.dbf', 'password')
After this you can open tables normally.
USE Customers
The call to Cryptor must be made from the same VFP session that later opens the table, so you can't tell cryptor to watch VS.exe (or whatever) from a VFP session and then open tables from VS.

TIA,

Alex
Répondre
Fil
Voir

Click here to load this message in the networking platform