• SPEForums need your contributions to build up a strong repository of performance engineering resources.

Resource icon

SHA1 Hashing implementation in Loadrunner

admin

Administrator
Staff member
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...
 
Back
Top