storesafe / cordova-sqlcipher-adapter

A Cordova/PhoneGap plugin to create and access encrypted databases on Android, iOS, and Windows with API similar to HTML5/Web SQL API
Other
89 stars 55 forks source link

Encrypting image/audio/video media #71

Open brodycj opened 6 years ago

brodycj commented 6 years ago

It would be best to use SQLCipher which is backed by a product-based company. Unfortunately I still did not get a chance to test maximum record size in this plugin.

Alternative solution is to store such media in separate files, encrypted, which seems to be supported by https://github.com/disusered/cordova-safe. It would probably be best to store groups of files in ZIP or TAR archives for improved security.

I would like to mark storage of such media in SQLite & SQLCipher records as highly desired in a possible sqlite plugin redesign discussed in litehelpers/Cordova-sqlite-storage#548.

brodycj commented 6 years ago

Similar question asked in: