Test Data Manager

 View Only
  • 1.  Password encrypt Javelin

    Posted Dec 11, 2018 07:56 AM

    I would like to know about Javelin Encryptation because If I Encrypt a variable and then I execute the parameters, It does not work.

    Only if I do not encrypt the variable, the javelin workflow works fine.

     

    Next It does not work

     

     

    Next it works fine

     



  • 2.  RE: Password encrypt Javelin

    Broadcom Employee
    Posted Jul 08, 2020 05:46 AM
    Hello,

    I've the same problem as well. How do we have to use this option?


  • 3.  RE: Password encrypt Javelin
    Best Answer

    Posted Jul 08, 2020 08:30 AM
    Hello,

    As far as I know Javelin will only decrypt the encrypted values where there is a password argument(observe the password argument it wont be a string datatype) in the Javelin blocks. If you want to use encrypted password for non password fields then you would probably have to build your own script for encryption and decryption.

    ------------------------------
    Thanks,
    Rajkumar
    ------------------------------



  • 4.  RE: Password encrypt Javelin

    Posted Jul 21, 2020 08:09 AM
    Hi,

    In the older version for 32 bit, I didn't see any option earlier, but after upgrading to 64 bit(4.8.133.0), I see there is a configuration that you can change which will decrypt all variables which have passwords. Go to the Javelin Installation folder, there are 2 config files
    1) Javelin.exe.Config (For Javelin when run directly)
    2) JavelinExecutor.exe.config (For batch execution of javelin)
    check in  <appSettings> tag the below tag is added. This will decrypt all variables.
    <add key="EnableGlobalDecrypt" value="True" />


    ------------------------------
    Thanks,
    Rajkumar
    ------------------------------