Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.NET and Cryptor
Message
From
05/12/2005 23:46:03
 
 
To
All
General information
Forum:
ASP.NET
Category:
Cryptography
Title:
.NET and Cryptor
Miscellaneous
Thread ID:
01075191
Message ID:
01075191
Views:
69
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
Reply
Map
View

Click here to load this message in the networking platform