Decrypting a Password
To decrypt a password:
- Enter:
cd <Unifier_Home>/bin - Enter:
./encrypt_password.sh decrypt <encrypted_password>For example:
./encrypt_password.sh decrypt dE+rrTaURO3xvKqZCVTGNg==The system displays information similar to the following:
user@host ~/Unifier_22.12.7/bin$ ./encrypt_password.sh decrypt dE+rrTaURO3xvKqZCVTGNg==input encrypted password = dE+rrTaURO3xvKqZCVTGNg==2025-07-08T21:39:20.698Z main INFO Starting configuration org.apache.logging.log4j.core.config.properties.PropertiesConfiguration@3336e6b6...2025-07-08T21:39:20.703Z main INFO Start watching for changes to /scratch/gbuora/Source/Unifier_22.12.7/apps/ROOT/WEB-INF/classes/log4j2.properties every 0 seconds2025-07-08T21:39:20.703Z main INFO Configuration org.apache.logging.log4j.core.config.properties.PropertiesConfiguration@3336e6b6 started.2025-07-08T21:39:20.706Z main INFO Stopping configuration org.apache.logging.log4j.core.config.DefaultConfiguration@477b4cdf...2025-07-08T21:39:20.707Z main INFO Configuration org.apache.logging.log4j.core.config.DefaultConfiguration@477b4cdf stopped.output decrypted password = sample_1234_1
Related Topics
Creating an encryption.properties File
Updating an Existing Environment While Retaining the Original Encryption Seed and Signature
Updating an Existing Environment Using a New Encryption Seed and Signature
Updating a New Environment and Using Encryption
Last Published Monday, July 21, 2025