Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_crypt between vfp7, vfp8, and vfp9
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01061732
Message ID:
01062121
Views:
16
I tried your example and it worked - thanks.

But then I changed to use the EncryptSessionStreamFile function and it failed.
loCrypt = NewObject("_CryptApi",Home()+"FFC\_Crypt.vcx")
lcHome = "c:\temp\"
lcFile = lcHome + "base.txt"
STRTOFILE(SPACE(2000), lcFile)
loCrypt = NewObject("_CryptApi",Home()+"FFC\_Crypt.vcx")
? loCrypt.EncryptSessionStreamFile(lcFile, "flabbergaster12345a", lcHome + Version()+".txt")
I do not get the same results.

I am stumped.

--rab
--
Raymond A. Biondi
RSL
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform