tkyaji / cordova-plugin-crypt-file

This plugin to encrypt the source files.
Apache License 2.0
179 stars 116 forks source link

cordova - crypt as its showing encrypted code while running the apk file instead of the app #102

Open AmerQwaider opened 1 year ago

AmerQwaider commented 1 year ago

encountered an issue while running my app using cordova-plugin-crypt-file as the application showed the encrypted code instead of the app content(my first page)

can anyone pl

Cordova - Android 11 Cordova 11

WhatsApp Image 2022-12-03 at 1 59 50 AM

package.json

{ "name": "xxxx", "version": "1.0.0", "description": "xxxx", "main": "", "homepage": ".", "scripts": { "test": "" }, "keywords": [ "ecosystem:cordova" ], "author": "xxxx", "license": "Apache-2.0", "devDependencies": { "cordova": "^11.0.0", "cordova-android": "^11.0.0", "cordova-browser": "^6.0.0", "cordova-disable-http-cache": "^1.0.0", "cordova-ios": "^6.2.0", "cordova-plugin-android-permissions": "^1.1.2", "cordova-plugin-androidx-adapter": "^1.1.3", "cordova-plugin-background-mode": "^0.7.3", "cordova-plugin-badge": "^0.8.8", "cordova-plugin-crypt-file": "^1.3.3", "cordova-plugin-device": "^2.0.3", "cordova-plugin-file": "^6.0.2", "cordova-plugin-geolocation": "^4.1.0", "cordova-plugin-inappbrowser": "^5.0.0", "cordova-plugin-ionic-webview": "^5.0.0", "cordova-plugin-local-notification": "^0.9.0-beta.2", "cordova-plugin-media": "^5.0.3", "cordova-plugin-splashscreen": "^6.0.0", "cordova-plugin-wkwebview-engine": "^1.2.2", "cordova-windows": "^7.0.1" }, "cordova": { "plugins": { "cordova-plugin-crypt-file": {}, "cordova-plugin-splashscreen": {}, "cordova-plugin-device": {}, "cordova-plugin-inappbrowser": {}, "cordova-plugin-background-mode": {}, "cordova-plugin-badge": {}, "cordova-plugin-file": {}, "cordova-plugin-media": { "KEEP_AVAUDIOSESSION_ALWAYS_ACTIVE": "NO" }, "cordova-plugin-android-permissions": {}, "cordova-plugin-geolocation": {}, "cordova-disable-http-cache": {}, "cordova-plugin-wkwebview-engine": {}, "cordova-plugin-androidx-adapter": {}, "cordova-plugin-local-notification": {}, "cordova-plugin-ionic-webview": {} }, "platforms": [ "android" ] }, "dependencies": { "cordova-plugin-crypto-file": "^1.4.0", "cordova-plugin-file": "^6.0.2", "cordova-plugin-inappbrowser": "^4.1.0", "cordova-plugin-media": "^5.0.3", "jetifier": "^2.0.0", "node-properties-parser": "^0.0.2", "node-uuid": "^1.4.8", "uuid": "^9.0.0" } }

AmerQwaider commented 1 year ago

config.xml config.xml.txt