cordova-plugin-crypto-file icon indicating copy to clipboard operation
cordova-plugin-crypto-file copied to clipboard

Encrypts source files, works with cordova-plugin-ionic-webview

Results 15 cordova-plugin-crypto-file issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I am trying to add cordova-plugin-crypto-file 1.4.0 to my ionic project with android 10 I have followed the guide by changing WebResourceResponse in `platforms/android/app/src/main/java/com/ionicframework/cordova/webview/IonicWebViewEngine.java` file and adding...

bug

Hi, It is not working with iOS. The files are getting encrypted properly, but when I run the app via Xcode, the app gets stuck at splashscreen.

bug
help wanted

I still get the error: net:ERR_CONNECTION_REFUSED (https://localhost:8080/index.html) after build and run on device for latest version of cordova. At first, I got the error net::ERR_CLEARTEXT_NOT_PERMITTED, so i fixed it with:...

bug

Fixes https://github.com/PeterHdd/cordova-plugin-crypto-file/issues/20

This plugin is not working with [email protected] ![image](https://user-images.githubusercontent.com/3687184/147670390-1a214e0b-d7b9-4759-ba6a-9d1c9a73a30a.png) .1

bug

** BUILD FAILED ** The following build commands failed: CompileC /Users/.../Library/Developer/Xcode/DerivedData/ BackUp/cordova/platforms/ios/.../Plugins/cordova-plugin-crypto-file/CDVCrypt.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler **To Reproduce** Steps to reproduce the behavior: 1. install the latest cordova 10.0.0, [email protected]...

bug

Hello, I have a question for cordova-plugin-crypto-file, So I know the repository is generating random password at compilation (cordova prepare/ run/build) and using that to encrypt file, I have the...

enhancement

**Describe the bug** Following the README, I've added the following to `plugin.xml` so I can support `json` files being encrypted. ```xml ``` During build-time I see the files here are...

bug

Hi, I am currently using Cordova CLI 9.0.0 and cordova-ios 6.0.0. However, when I install the plugin, I get an error. **Current setup for iOS** - Cordova CLI 9.0.0 -...

bug