Xstore_mobile launch issue because of dtv.util.crypto.DtvDecrypter
Hi all,
I'm trying to run the xstore_mobile v16 batch but ending up with the below error. I tried recreating genkeys encrypted it, made the changes in system.properties but its not helping.
I'm using the customized jar for installing the Xstore & xstore_mobile.
ERROR [ ] 2017-12-06 19:08:02,404 CAUGHT EXCEPTION :: dtv.util.crypto.DtvDecrypter [WrapperSimpleAppMain]
javax.crypto.IllegalBlockSizeException: Input length must be multiple of 16 when decrypting with padded cipher
at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:922) ~[sunjce_provider.jar:1.8.0_101]
at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:833) ~[sunjce_provider.jar:1.8.0_101]
at com.sun.crypto.provider.AESCipher.engineDoFinal(AESCipher.java:446) ~[sunjce_provider.jar:1.8.0_101]