Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can VFP9 Generate Text Messages?
Message
From
06/02/2014 10:00:45
 
 
To
06/02/2014 09:36:40
John Ryan
Captain-Cooker Appreciation Society
Taumata Whakatangi ..., New Zealand
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows NT
Database:
Visual FoxPro
Application:
Mobile
Miscellaneous
Thread ID:
01592562
Message ID:
01593451
Views:
40
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform