What's new in MarshallSoft AES Library for C/C++ 2.0

Jun 5, 2014
  • Added aesEncryptWrite() function that encryptes data & writes to a file.
  • Added aesReadDecrypt() function that reads an encrypted file & decrypts.
  • Added aesSha256() function that computes the SHA-256 data hash.
  • Added AES_SHA256_METHOD key generation method to aesMakeUserKey().
  • Added Password example program.