Forum Discussion
Santos_6556
Nimbostratus
Jun 02, 2009Encrypt with AES::encrypt but, how to decrypt with Java?
Hello.
With Java, you must get a Cypher:
Cipher decryptCipher = Cipher.getInstance("AES");
decryptCipher.init(Cipher.DECRYPT_MODE, getSecretKey());
by...
Wolf46_144992
Nimbostratus
Aug 18, 2014Hi Spark,
We are having a similar issue between F5 and our Java application. Do you know if there is a way to make encryption and decryption work between systems?
Our developers are using AES-128-CBC with PKCS5 padding. However when decrypting the data with an iRule on F5 we are not capable of decrypting the data correctly.
Is there a way to know which type of PKCS, F5 is using please?
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects