How to set property group in a transformer with encrypted password in it?
book
Article ID: KB0087444
calendar_today
Updated On:
Products
Versions
TIBCO DataExchange
-
Not Applicable
-
Description
Resolution: How to generate encrypted password for DX ============================================== 1. Get the encrypted value for a password by running the following python script at the command prompt: > cmdlineconsole -scr pg.py
a) cmdlineconsole.bat is available at path <tibco_home>/dx/5.x/bin
b) Contents of pg.py ============== from com.embarcadero.dt.console.communication.util.crypt import * #Here src123 is the clear text password encryptedPassword = CryptUtil.encrypt('src123') print encryptedPassword
2. Get the password printed on the console and create a properties file (pg1.properties) like the following: