Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Encrypted Data to and from VFP COM
Message
De
05/10/2006 07:28:23
 
 
À
04/10/2006 16:19:31
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01159515
Message ID:
01159613
Vues:
16
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform