To encrypt a password:
- Enter:
cd <Unifier_Home>/bin
- Enter:
./encrypt_password.sh encrypt <unencrypted_password>
For example:
./encrypt_password.sh encrypt sample_1234_1
The system displays information similar to the following:
user@host ~/Unifier_21.12.7/bin$ ./encrypt_password.sh encrypt sample_1234_1
input unencrypted password = sample_1234_1
2025-07-08T21:38:20.674Z main INFO Starting configuration org.apache.logging.log4j.core.config.properties.PropertiesConfiguration@3336e6b6...
2025-07-08T21:38:20.678Z main INFO Start watching for changes to /scratch/gbuora/Source/Unifier_21.12.7/apps/ROOT/WEB-INF/classes/log4j2.properties every 0 seconds
2025-07-08T21:38:20.678Z main INFO Configuration org.apache.logging.log4j.core.config.properties.PropertiesConfiguration@3336e6b6 started.
2025-07-08T21:38:20.682Z main INFO Stopping configuration org.apache.logging.log4j.core.config.DefaultConfiguration@477b4cdf...
2025-07-08T21:38:20.683Z main INFO Configuration org.apache.logging.log4j.core.config.DefaultConfiguration@477b4cdf stopped.
output encrypted password = dE+rrTaURO3xvKqZCVTGNg==