I tried to install and use the File Encryption plugin (http://ionicframework.com/docs/native/file-encryption/) but seem like is really outdated and show an error “plugin_not_installed” when the app tries to call it, there is any alternative to this plugin?
I also tried to install and use the File Encryption plugin (http://ionicframework.com/docs/native/file-encryption/ with the newest Version of ionic, cordova on mac for ios and linux for android.
In both cases i got the error message “plugin_not_installed” after call the
this.fileEncryption.encrypt(‘filename’, pw) .then((data) => {
I found several posts with this issue, but no answer…
Is this plugin supported in ionic 3 or not ?