davidreich
3 months agoNew Contributor
SessionCreator - password encryption in command?
I have found a previous feature request to improve password security when executing SessionCreator.exe (called from the GitLab CI/CD pipeline) but am unable to find a solution to encrypt the password...
- 3 months ago
So I remember from years back that we actually did implement a feature like this. Not sure why it never made it to the documentation though. I'll work with the documentation team to work on this. But regardless, let me show you how this can be done:
- In a cmd window, navigate to where SessionCreator exists
- "C:\Program Files (x86)\SmartBear\TestComplete 15\Bin\SessionCreator.exe"
- "C:\Program Files (x86)\SmartBear\TestComplete 15\x64\Bin\SessionCreator.exe"
- Run the command like this
- SessionCreator.exe EncryptPassword password_value
- This will return an obfuscated password that can be used in SessionCreator
- You can directly apply it to the /Password parameter and the test will run
- In a cmd window, navigate to where SessionCreator exists