cordova-safe icon indicating copy to clipboard operation
cordova-safe copied to clipboard

FileEncryption plugin is not installed.

Open manojbhardwaj opened this issue 7 years ago • 5 comments

Native: tried calling FileEncryption.encrypt, but the FileEncryption plugin is not installed. vendor.js:56747 Install the FileEncryption plugin: 'ionic cordova plugin add cordova-safe'

plugin is install and used according to https://ionicframework.com/docs/native/file-encryption/ and nobody fixed this issue.

manojbhardwaj avatar Aug 24 '17 06:08 manojbhardwaj

I am keen to update this plugin as stated in another open issue, but I've been short of time due to to personal/work reasons. I will push a fix in the coming days and will update the thread.

disusered avatar Sep 05 '17 05:09 disusered

Thank you i will wait for your feedback or try to solve my own.

manojbhardwaj avatar Sep 05 '17 05:09 manojbhardwaj

By using file plugin now i am able to secure my files by move all file to private file system this.file.moveDir(this.myvediostorageDirectory,'Android/data/vedio/',this.file.dataDirectory,'vedio').then(() => { console.info('file exit') }) .catch((err) => { console.info(err) })

BUT FILE ENCRYPTION IS STILL NOT WORKING i also tried by combine fuse,native script

manojbhardwaj avatar Sep 06 '17 10:09 manojbhardwaj

Any update on this?

nineclicks avatar Sep 29 '17 00:09 nineclicks

no change sir

manojbhardwaj avatar Oct 12 '17 11:10 manojbhardwaj