I am looking to implement Decrypt functionality in my Ionic 2 app. I have an xml file that is encrypted by any third party tool.
Now I need to decrypt this file and render the content in my ionic 2 app.
I already implemented this in iOS by generated key (using password and salt key).but not able to do this in ionic 2.
Kindly anyone help me regarding the same by suggesting any library or framework.