Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

FileEncryption plugin is not installed. #19

Open
manojbhardwaj opened this issue Aug 24, 2017 · 5 comments
Open

FileEncryption plugin is not installed. #19

manojbhardwaj opened this issue Aug 24, 2017 · 5 comments

Comments

@manojbhardwaj
Copy link

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
Copy link
Owner

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
Copy link
Author

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

@manojbhardwaj
Copy link
Author

manojbhardwaj commented Sep 6, 2017

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
Copy link

Any update on this?

@manojbhardwaj
Copy link
Author

manojbhardwaj commented Oct 12, 2017

no change sir

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants