The Quick Password Utility is used to encode the various passwords found in the Agentry.ini configuration file of the Agentry Server. Each configuration section containing a password value can have that password encoded by this utility.
Running the encoder on the command line results in a series of prompts, one for each of the passwords to encode. You may choose to encode the given password or not. If you elect to do so, the password value for the section is encoded. Additionally, each section has a configuration option indicating whether the password value is encoded. This option is set to false by default. The password encoder utility can set this configuration option to true.
Configuration Section | Password | Encoded Flag |
---|---|---|
[Angel Front End] | authenticationCertificateStorePassword | authenticationCertificateStorePasswordEncoded |
[Web Server Front End] | authenticationCertificateStorePassword | authenticationCertificateStorePasswordEncoded |
[SQL-n] | dbConnectionPassword | dbConnectionPasswordEncoded |
[HTTPXML-n] | basicAuthenticationPassword | basicAuthenticationPasswordEncoded |