Technote (FAQ)
Question
How encryption and Decryption of properties stored in property files happens in Sterling Fulfillment suite?
Answer
"yfs.propertyencrypter.class" This class will be used for encrypting and decrypting properties specified in yfs.properties, yiclient.properties and management.properties files. All properties which end with ".encrypted" are automatically decrypted using this class at runtime. Use this property to encrypt critical data like user/password.
yfs.agent.override.auth.password=<password>
could be specified as:
yfs.agent.override.auth.password.encrypted=<encrypted password>
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.