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...
sol13123: Managing BIG-IP product hotfixes (11.x)
http://support.f5.com/kb/en-us/solutions/public/13000/100/sol13123.html
- Nikoolayy1Jan 26, 2022
MVP
You need to just play with F5 as many questions can be answered just by playing around. For this maybe see:
https://clouddocs.f5.com/api/irules/HTTP__query.html
https://clouddocs.f5.com/api/irules/URI__query.html
With HTTP:Respond you may use a different temporary redirect code etc.: