Generate encrypted passwords with GENSPRINGPWD
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
To provide greater security for user accounts stored in users.properties, you can use the GENSPRINGPWD
command-line utility (oe-install-dir/bin/genspringpwd). The utility accepts
a clear-text password as input and generates an encrypted password.
bcrypt is the default and only supported hashing algorithm.
GENSPRINGPWD Syntax
|
- password
- A character string representing the password to be encrypted.
Store encrypted passwords
After you have created an encrypted password with GENSPRINGPWD, copy and paste the generated value to thepassword field
in the corresponding users.properties entry. Use
the following syntax to store passwords in users.properties:
|