disusered / cordova-safe

File encryption for Cordova.
MIT License
35 stars 22 forks source link

FileEncryption plugin is not installed. #19

Open manojbhardwaj opened 6 years ago

manojbhardwaj commented 6 years ago

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.

disusered commented 6 years ago

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.

manojbhardwaj commented 6 years ago

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

manojbhardwaj commented 6 years ago

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

nineclicks commented 6 years ago

Any update on this?

manojbhardwaj commented 6 years ago

no change sir