Storing encrypted password in Perforce
Friday, December 11th, 2009I want to write a nightly script that does the following sync to source code to the latest version build the project run the built project. The first problem I run into is that Perforce requires a password to login, but I don't want to expose my password in the script as plain text. ...