Resource icon

SHA1 Hashing implementation in Loadrunner

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

admin

Administrator
Staff member
Aug 13, 2014
137
3
18
www.speforums.com
admin submitted a new resource:

SHA1 Hashing implementation in Loadrunner - An opensource SHA1 for loadrunner

We were recently given a requirement to generate an obfuscated OTP value which gets generated by using a SHA1 hashing algorithm progmatically in Java code.

Upon googling we came across a free and opensource implementation which was tested and verified.

Follow following steps to generate hash values within loadrunner :

1. Create a file by the name of "lr_sha1.c"
2. Copy following content into the file

Code:
/*...

Read more about this resource...