cordova-plugin-crypt-file
cordova-plugin-crypt-file copied to clipboard
not working with phone gap build
I use below version of cordova
I am trying to add it in config.xml like below
<gap:plugin name="cordova-plugin-crypt-file" source="npm"/>
and like below
its build succeeded but no files encrypted
@raghebnaser2 Does you apk file has these plugin included?
for me, its worked only on cordova build .
still waiting to fix this issue
PhoneGapBuild doesn't support hooks, this plugin uses a hook for encrypt files, so i think there is not issue
@tkyaji Just for me to know, are there any plans to make this plugin work without using hooks (so it works via phonegap build)? Maybe this is the foundation of the plugin, and it is not possible. Just for me to know if I should look for a different solution for my own application :)
Many thanks in advance for your answer, Kind regards, Frank
Are there other solutions to encrypt files?
please help