how to use OpenSSL to decrypt Java AES-encrypted data?

前端 未结 3 805
说谎
说谎 2021-01-03 15:03

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

3条回答
  •  一生所求
    2021-01-03 15:44

    Use Bountry castle library in java . it supports c/c++ equivalent to openssl library in java . worked for me

提交回复
热议问题