I\'m interfacing to a legacy Java application (the app cannot be changed) which is encrypting data using AES. Here is how the original Java code is instantiating the AES ci
Use Bountry castle library in java . it supports c/c++ equivalent to openssl library in java . worked for me