How to write a code for Jcryption in JMeter

43 Views Asked by At

I am testing some application, where are doing Jcryption on client side and pass the encrypted value in subsequent request. I'm doing correlation to take the keys and planning to send other values[which they captured in client side] from csv data set config, but not sure how to write a code to do the Jcryption in jmeter. Can some one help me out?

I don't know how to write jcryption code in jmeter

1

There are 1 best solutions below

0
On

There is jCryption for Java class which you use in JSR223 PreProcessor with Groovy language.

You may also find Encryption and decryption with Groovy article useful.