cordova-safe icon indicating copy to clipboard operation
cordova-safe copied to clipboard

Encryption not working with latest Cordova version

Open islamoc opened this issue 7 years ago • 5 comments

Hope this project is till maintained I'm always getting an error while trying to encrypt the file

islamoc avatar Jun 01 '17 01:06 islamoc

Could it be that with the new Ionic & Cordova version, the plugin does not work anymore ? Im using Cordova 7.0.1 and Ionic 3.4.2 .

I cant import the Plugin to my project. I mean I can add it. But the logcat throws the error message it is not installed.

MrFlyingToasterman avatar Jul 07 '17 11:07 MrFlyingToasterman

I'm having the same issue as well. I installed the plugin, but my app fails to build due to an error related to the plugin.

Ionic version: 3.4.0 Cordova version: 7.0.1

I noticed that the last commit to the repo was 2 years ago, but are there plans to update and maintain the plugin? If not, are there any alternatives for file encryption/decryption for ionic/cordova apps?

bellizio avatar Jul 10 '17 13:07 bellizio

I left a comment regarding this subject at: https://github.com/disusered/cordova-safe/issues/18#issuecomment-314309192

disusered avatar Jul 11 '17 02:07 disusered

I plan on refactoring the process as well, as maintainability was much too difficult with the way I have it set up i.e. proper CI and testing against multiple major cordova-android/cordova-iosversions.

In terms of functionality I am using Facebook's Conceal for Android but am considering JNCryptor for compatibility between iOS/Android, as performance on Android devices has improved (which was a reason for using Conceal).

Thoughts?

disusered avatar Jul 11 '17 03:07 disusered

Also as a mental note, given Ionic's popularity it will likely be worth testing explicitly against it as well. Likewise ng-cordova type support seems useful. I'll be organizing my thoughts more clearly in the coming days.

disusered avatar Jul 11 '17 03:07 disusered