TheCocoaProject / cordova-plugin-nativestorage

Cordova plugin: Native storage of variables in Android, iOS and Windows
http://thecocoaproject.github.io/
Apache License 2.0
292 stars 106 forks source link

Maybe use this AES 256 lib for encryption #121

Open BorntraegerMarc opened 6 years ago

BorntraegerMarc commented 6 years ago

I've seen in the future track that you want to implement encryption. I found this cool library that handles AES 256 encryption: https://github.com/Ideas2IT/cordova-aes256 maybe it can be used so we don't have to implement everything from scratch :)

GillesC commented 6 years ago

I will check the plugin and include in ours if applicable. However, feel free to fork the repo and make a PR.