On 22 November 2011 17:28, testerinCO <[email protected]> wrote: > I working on a script with many tokens. Part of the token is encrypted.
What does the encryption/decryption in the application you are simulating with JMeter? Are you sure you need to encrypt/decrypt the token? > Does jmeter support CMAC encryption? No. > Fitnesse has a method called > "org.eclg.fitnesse.tools.CryptoFixture". Is there a way to do this in > jmeter? Thanks Only by writing your own code. You can either write your own function, or you could write the code to generate the token, and use one of the scripting interfaces such as BSF or BeanShell to invoke the code in JMeter. Or you may be able to somehow use the facilities/code of the application you are using JMeter to replace. > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Does-jmeter-support-CMAC-encryption-tp5014150p5014150.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
