Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Encrypted Data to and from VFP COM
Message
From
05/10/2006 07:28:23
 
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01159515
Message ID:
01159613
Views:
15
>I will need to send an AES encrypted string both to and from a VFP com server. Does anyone have any suggestions regarding the Function Data type in VFP? And can anyone provide a simple code example?

Glenn

What you mean by VFP Data Type? Where to store it? It could be a BLOB or if you use simple BASE64 encoding, it is plain text so a memo field would do.

Craig S. Boyd wrote a VFP encryption library that does AES:
http://www.sweetpotatosoftware.com/SPSBlog/PermaLink,guid,db662a8f-d47c-46c8-b0d2-a591c20d024b.aspx

Once you have gibbledygook (sp?), you can convert to BASE64 encoding with STRCONV() which gives you plain text, safe for sending out through XML for example.

HTH


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform