I have created mobilefirst 7.1 project and enabled operational MF analytics for that. For that I have configured mf analytics url and credencialin worklight properties. I want to encrypt credential.
wl.analytics.url=http://{{ip}}:{{port}}/analytics-service/data
wl.analytics.console.url=http://{{ip}}:{{port}}/analytics/console
wl.analytics.username={{username}}
wl.analytics.password={{password}}
I found I can do it using encrypt.bat utility on windows server.
But I don't how to pass file as input to bat file and get encrypted file as output. Is there link from where I can get steps to encrypt properties file?
I knoe JNDI is a another option but I want this specific.
Server OS : Windows 2012 Sever R2