Encrypted password for response file elements

You must add the encrypted passwords to the relevant elements of the response file. Use the IBM® Installation Manager utility to create an encrypted password.

Windows
For example, if you extract the IBM Security Guardium® Key Lifecycle Manager product image to the C:\SKLM\disk1 directory, run the following command to create an encrypted password.
cd C:\SKLM\disk1\im\tools
imcl.exe encryptString password
Add the encrypted password that you created in the response file as shown in the following example.
<data key='user.WAS_ADMIN_ID,com.ibm.gklm42.win' value='wasadmin'/>
<data key='user.WAS_ADMIN_PASSWORD,com.ibm.gklm42.win' value='e9PjN93MeQxwnSs9VXJFMw=='/>
Linux®
For example, if you extract the IBM Security Guardium Key Lifecycle Manager product image to the /SKLM/disk1 directory, run the following command to create an encrypted password.
cd /SKLM/disk1/im/tools
./imcl encryptString password
Add the encrypted password that you created in the response file as shown in the following example.
<data key='user.WAS_ADMIN_ID,com.ibm.gklm42.linux' value='wasadmin'/>
<data key='user.WAS_ADMIN_PASSWORD,com.ibm.gklm42.linux' value='e9PjN93MeQxwnSs9VXJFMw=='/>