Securing passwords in files
Password encoding and encryption deters the casual observation of passwords in server configuration and property files.
Overview
The following topics can be used to add protection for passwords located in files:
Procedure
- Encoding passwords in files WAS contains some encoded passwords that are not encrypted. The PropFilePasswordEncoder utility is included to encode these passwords. For more information on encoding passwords in a file, see Encoding password in files.
- Enabling custom password encryption We need to protect passwords that are contained in your WAS configuration. You can added protection by creating a custom class for encrypting the passwords. For more information on custom password encryption, see Enabling custom password encryption.
Encoding password in files
Enabling custom password encryption
Related tasks
Tuning, hardening, and maintaining