Specialized Administration > Configuring Your Windchill Environment > Configuring Password Management Options > System Password Encryption Options > Encrypting Passwords Stored in Windchill Property Files > Encrypting Windchill System Passwords > Running the EncryptPasswords.xml Script encryptAllPasswords Target
  
Running the EncryptPasswords.xml Script encryptAllPasswords Target
Run the encryptAllPasswords target available from the EncryptPasswords.xml script to encrypt passwords that are currently stored in plain text in Windchill properties that are identified in the validProperties.list file.
For example, enter the following command from a Windchill shell:
ant -f <Windchill>/bin/adminTools/sip/EncryptPasswords.xml

encryptAllPasswords
where <Windchill> is the Windchill installation directory.
* 
Passwords set in Info*Engine properties are always encrypted. See Encrypting Passwords Stored in Info*Engine Properties.
The command calls the xconfmanager utility to update the password properties and store the encrypted password in the designated keystore. Since property values are cached, changes to property values only take affect when Windchill is restarted. If a password has already been encrypted, the encryption is not redone.
* 
After initially modifying the validProperties.list (as described in the previous step), do not modify the file again unless you are changing your product configuration or customizing Windchill and need to change which passwords are encrypted.
For information on customizing Windchill, see the customization information located in the Basic Customization and Advanced Customization areas of the Windchill Help Center.