Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to store numbers in a prg file?
Message
From
10/09/2002 21:04:54
 
 
To
10/09/2002 19:44:17
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00699107
Message ID:
00699151
Views:
19
>>You'd be better off creating the data file as just that, data, and then using a robust cryptological mechanism, such as the Win32 CryptoAPI, to handle encryption and decryption of the data values.
>
>Is this relatively easy to learn? (the encryption and decryption)

The concepts are fairly straightforward, and with VFP7, there are wrapper classes on the CryptoAPI provided as a part of the FFC. OTOH, the subjects of cryptological security and integrity are very complex - they keep a number of very large government agencies fully employed... < g >

>>
>>It seems like a poorly considered approach.
>
>Any other suggestions Ed, or will the data file suggestion work well?

The data file approach seems best - you have any number of means of securing the data both internally like the CryptoAPI or something like CRYPT.FLL (a less complex or comprehensive encryption mechanism in wide circulation in the FOx community) or externally (eg Zip files with a password) to handle the protection of the data, that's independent of the process of code compilation - you face the uphill battle that we don't have decompilation or decryption built into VFP.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform