Version | Change log |
MarshallSoft FoxPro AES Library 6.0 Mar 7, 2022 | Increased internal buffer size to 256K. Fixed problem handling large files in aesEncryptWrite() and aesReadDecrypt(). Added Diffie-Hellman key exchange function aesMakeKeyPair() and aesMakeSharedKey(). |
MarshallSoft FoxPro AES Library 5.0 Jul 15, 2020 | Replaced deprecated function strncpy().Fixed internal problem with long (over 42 characters) pass phrases. Added function aesEncodeBase64 that Base64 encodes a data buffer. Added function aesDecodeBase64 that decodes a Base64 encoded data buffer. |
MarshallSoft FoxPro AES Library 4.2 Jul 9, 2018 | Added cryptograhically secure pseudo-random number generator aesSecureRandom(). Added AES_GET_SECURE_SIZE to aesGetInteger().. |