Encrypting Password via the CLI
Once the CLI program is successfully installed, you can encrypt a password used to log in to the Tidal Repository. Password encryption functionality allows encryption of the spring.datasource.password in case the password has been manually changed in the application.properties file.
To use this functionality, enter this command in the terminal (command prompt):
trcli encrypt -p unencrypted_password
This command outputs an encrypted password EN(abc) that you can specify for spring.datasource.password in the application.properties file.
Using this command, you can also encrypt ssl.key-password in the application.properties file.