Auto Generate Encrypted String using XStore-Genkey encrypt.bat
Is there anyway to generate encrypted string using XStore-Genkey encrypt.bat ?
Everything, we need to goto \xstore-genkeys, and launch encrypt.bat manually,
then enter the value and click on Encrypt.
What I am want to do is automate this process, for example:
# encrypt.bat {string_name}
then the encrypt.bat will return the encrypted value for {string_name} --> Pj4+MLVhNAGscgs0U2bdByiX8iY3d9hos
We will then save the encrypted value into a text file for next action.
Thanks
0