Creating an Obfuscated Password

You create an obfuscated password from the command line. Obfuscation enables you to hide username and password from other users on the system.

Procedure

Run the command: ant -f CONFIG_HOME/admin/enterpriseName/samples/obfuscate_build.xml -Dpassword=yourpassword

Example

C:\>ant -f C:\amx3data\admin\amxadmin\samples\obfuscate_build.xml -Dpassword=mypw
Buildfile: C:\amx3data\admin\amxadmin\samples\obfuscate_build.xml -Dpassword=mypw
encrypt:
[AMXObfuscateTask]  INFO - Initializing JSSE's crypto provider class com.sun.net
.ssl.internal.ssl.Provider in default mode
[AMXObfuscateTask] Obfuscated value:[#!EotHYBCR6OhxS0l7VK0GqnyKeSAp0DVd]

BUILD SUCCESSFUL
Total time: 3 seconds