Flavio, Thanks for the response. Im not a JMeter user so please expect some incorrect terminology. MD5 is a hashing function but I need a reversible encryption/decryption algorithm so we are using RSA encryption. My need is to perform encryption for data that is being streamed over TCP or read from a file as input to the module that is being tested. Since there is no GUI element associated with the plugin do I only implement the TestBean interface and inherit from TestElement?
On Fri, Oct 3, 2014 at 3:41 AM, Flavio Cysne <[email protected]> wrote: > If by encrypt you mean using MD5 algorithm, and by data you mean parameter > values or body message, you could use Jmeter-Plugins' md5 function ( > http://jmeter-plugins.org/wiki/Functions/). > > The articles below, from JMeter official site, talks about writing your own > plugin. > https://jmeter.apache.org/extending/jmeter_tutorial.pdf > http://wiki.apache.org/jmeter/BuildingPlugInWithEclipse > > Checkout JMeter and JMeter-Plugins source codes and have a look at them. >
