Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can VFP9 Generate Text Messages?
Message
From
06/02/2014 10:18:50
 
 
To
06/02/2014 10:07:39
Thomas Ganss (Online)
Main Trend
Frankfurt, Germany
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:
01593467
Views:
32
>>>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
>>
>using open source implementations seems more prudent in light of NSA un-salting (so to speak) key generation and perhaps having forced back-door-angel approaches into closed APIs

I have my implementation of AES + Rijndael in C#
Even in native foxpro - not as fast as API, but acceptable for small strings ( a couple of kB)
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform