Removed the nonworking IV functions in the AES class, the iv member and all methods and members related to the iv member.
Removed the random seeding that was done in AES::getrandom(). Removed the extra Base64 encode that was done by the AESLib::encrypt64()/AESLib::decrypt64() methods. Updated parameter lists to correctly reflect the binary cleartext/ciphertext used or produced by the four methods in AESLib.
Removed the nonworking IV functions in the AES class, the iv member and all methods and members related to the iv member.
Removed the random seeding that was done in AES::getrandom(). Removed the extra Base64 encode that was done by the AESLib::encrypt64()/AESLib::decrypt64() methods. Updated parameter lists to correctly reflect the binary cleartext/ciphertext used or produced by the four methods in AESLib.