Advanced Customization > Business Logic Customization > Encrypted Passwords > Encrypted Passwords > Sample Code > Examples of Usage in Windchill Code
  
Examples of Usage in Windchill Code
wt.dataservice.DSPropertiesServer.java
This Java class works with DSProperties.java to decrypt property values that appear encrypted. This class uses reflection to ensure that the DSPropertiesServer exists on the server and not the client side.
com.ptc.wvs.server.cadagent.Inifile.java
This Java class implements a means to decrypt properties that are not .xconf file managed properties.
com.ptc.windchill.keystore.WTKeyStoreUtilWVS.java
This Java class implements a means to encrypt properties that are not .xconf file managed properties.
com.ptc.windchill.keystore.WTKeyStoreUtil.java
This Java class implements a means to encrypt dynamic properties that are.xconf file managed properties.