
|
MarshallSoft Visual FoxPro AES Library
-
Version
2.0
The MarshallSoft AES Visual FoxPro Library (AES4FP) is
a toolkit that allows software developers to easily
implement strong
encryption and decryption into a Windows FoxPro
application.
AES4FP is a component (DLL) library that provides an
easy interface to to perform encryption and decryption
using the 256-bit Rijndael "Advanced Encryption
Standard" (AES) as specified by the U.S. National
Institute of Standards and Technology (NIST).The AES
algorithm is commonly used by many financial entities
such as banks to protect their customer's sensitive
information.
Some of the features of AES4FP are:
- Performs 256-bit AES encryption & decryption.
- Does key generation from password phrases.
- Encrypts & decrypt files, strings, and byte data.
- Implements buffer padding (spaces, zeros, random
|