Hi,
Please help me with this scenario.
Protocol: WebHTTP
1000s of plain text passwords are stored in Cyberark where we fetch the passwords using web_reg_save_param function from Vugen script. When we look at the output log in Vugen, plain text password is visible. We want to encrypt the password which is fetched from cyberark so that actual password is not shown in the Vugen output log.
Below is the log from Vugen where Password_Param is captured from server response (Cyberark) and p_UserName is from parameter file which is being passed from dat file. How can I encrypt each password from cyberark while it is being fetched. I can decrypt using lr_unmask function.
Action.c(37): web_custom_request("web_custom_request") was successful, 336257 body bytes, 4450 header bytes [MsgId: MMSG-26386] Action.c(47): Notify: Transaction "AUT_Login" ended with a "Pass" status (Duration: 0.5313 Wasted Time: 0.1064). Action.c(53): Notify: Parameter Substitution: parameter "p_UserName" = "192.168.0.10-TestAccount10" Action.c(53): Notify: Parameter Substitution: parameter "Password_Param" = "BearsWillWinSuperBowl10"