the documentation http://pic.dhe.ibm.com/infocenter/wrklight/v6r0m0/index.jsp?topic=%2Fcom.ibm.worklight.help.doc%2Fadmin%2Ft_silent_installation.html show an example of response file where the password is encryted like that :
<data key='user.database.mysql.password2' value='{xyzzy}XBT17OD3N32AW5NLAE'/>
How can i generate the password ? Does {xyzzy} stand for the algorithm used to encrypt the password ? thanks