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