Encrypt passwords and master password?
Hi,
I have two worrys about security
1. I see passwords from soap and rest requests are saved in plane text at the project.xml file. Is there a way to encrypt them? Any hacker who gains access to our lan could see those passwords....
2. A master password at soaup ui start up would be great also, like winscp and dbvisualizer tools do.
Thanks!
Hi emoya
SoapUI Open Source doesn't offer a built-in master password function like WinSCP - kindly try the below given other possibilities:
Ø Project Encryption wise SoapUI allows encrypting the entire project file.
Go to File > Project > Encrypt Project. This adds a layer of security, but requires the password whenever you access the project.
Ø Consider dedicated password management tools like KeePass or LastPass. Store your SoapUI credentials securely in these tools and access them during test execution using scripts or integrations all satisfy the Separate Credential Storage mechanism.
Best regards.