Enjoy Cryptography Programming With Java And C++
Wrong IV length: must be 16 bytes long
IV Length less then 16
My Codepublic static String initVector = "12345678";
change IV variable like thispublic static String initVector = "1234567812345678";
No comments:
Post a Comment