Mobilefirst WL.SecurityUtils

28 views Asked by At

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

There are 1 answers

2
Vittal Pai On

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.