How to decrypt files from installed apk file in cordova application

你离开我真会死。 提交于 2019-12-23 05:12:05

问题


I have one cordova application, in that i wants to encrypt my localstorage and other important data files to secure it.

i have tried installing Crosswalk plugin & some other options as well. But none of them are working as expected.

Please give some good documentation or any example or any plugin to secure the app data.

Thanks,
sopo


回答1:


You might try this or something similar: https://www.npmjs.com/package/cordova-safe



来源:https://stackoverflow.com/questions/46296791/how-to-decrypt-files-from-installed-apk-file-in-cordova-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!