Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can VFP9 Generate Text Messages?
Message
De
06/02/2014 10:00:45
 
 
À
06/02/2014 09:36:40
John Ryan
Captain-Cooker Appreciation Society
Taumata Whakatangi ..., Nouvelle Zélande
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows NT
Database:
Visual FoxPro
Application:
Mobile
Divers
Thread ID:
01592562
Message ID:
01593451
Vues:
39
>Depends what you're doing- most functions now are in a C++ dll, plus you can inline C++ or ASM which is how we do AES encryption: the C++ is inlined right there in the VFP procedure and gets compiled as native C++ when Make is called to generate the dll.

You can do AES with api calls

Block size 16 bytes
Key sizes 16, 24, 32 bytes
Cipher mode : ECB or CBC
Padding mode: pkcs7


Only tested the above cipher and padding modes
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform