There is any "File Encryption" plugin Alternatives?

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?

Thanks!

How are you planning on using this?

Seconding this. I am having the same issue with the same plugin and I am looking for an alternative.

Tested it, works fine for me.
Can you provide your code?
Maybe I can help you further on that point.

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 ?

Thanks for any Hint