If we encrypt plain text by using WL.SecurityUtils on the client side in Mobilefirst 7.1.0, can we decrypt that string on the server side or on the database side by using any utility given by IBM.
Thanks
If we encrypt plain text by using WL.SecurityUtils on the client side in Mobilefirst 7.1.0, can we decrypt that string on the server side or on the database side by using any utility given by IBM.
Thanks
Nope, This is not possible.
WL.SecurityUtils.encryptandWL.SecurityUtils.decryptAPIs can be used only in client application.In your case, You have to implement some custom code to do encryption in client app and decryption in the server.