Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API error with VfpEncryption71.fll
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01412793
Message ID:
01419578
Views:
90
Hi Craig!

I also was getting the API error and based on your suggestions above I also changed my field size to be 64 and it seemed to take care of the error. However I was still getting some extra characters showing on the right side of my decrypted string, so I added a PADR when encrypting to match my field length and it works great.
lcString = PADR(lcString,64," ")
lcEncryptedString = ENCRYPT(lcString,lcSecretKey,lcEncType)
Thanks again for the great tool!
Kevin Scott
kehvn@carolina.rr.com


Hey! It's not my fault. It's some General named Protection!
Previous
Reply
Map
View

Click here to load this message in the networking platform