0
votes

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

1

1 Answers

0
votes

Nope, This is not possible. WL.SecurityUtils.encrypt and WL.SecurityUtils.decrypt APIs 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.