In one of the http request we have to send encrypted value.
The encryption is done by the CryptoJs javascript libraries and Algorithm used is AES256.
I am new to Jmeter can anyone let me know how to import the CryptoJs libraries and how to use the function of same to encrypt and decrypt the same.