storesafe/cordova-sqlcipher-adapter

Encrypting image/audio/video media

brodycj opened this issue · 1 comments

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 storesafe/cordova-sqlite-storage#548.

Similar question asked in: