cordova-safe
cordova-safe copied to clipboard
FileEncryption plugin is not installed.
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.
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.
Thank you i will wait for your feedback or try to solve my own.
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
Any update on this?
no change sir