-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cordova10 #96
base: master
Are you sure you want to change the base?
cordova10 #96
Changes from all commits
b816a5d
5fc60b1
d9a80d2
9e115f9
9fc2c02
b9f452b
1d986ff
69f2b0f
c1ccb28
09eeedf
c4317e0
f8fe486
f8bacc4
b404746
6bb6c1a
a0bb2a3
16cb615
fbc4127
afe7ac4
63e8678
65100f3
65b9d9a
30194f8
6180761
7971721
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# Cordova crypt file plugin | ||
HTML source file is encrypted at build, and decrypted at run. | ||
https://www.npmjs.com/package/cordova-plugin-crypt-file | ||
# Cordova crypt file plugin NextGen | ||
This is an extension to [tkyaji's cordova-plugin-crypt-file](https://github.com/tkyaji/cordova-plugin-crypt-file) implementation to encrypt HTML assets during build and to decrypt the required assets during runtime. | ||
|
||
The original implementation can also be found on https://www.npmjs.com/package/cordova-plugin-crypt-file. | ||
|
||
## Requires node-rsa | ||
`npm install -g node-rsa` | ||
|
||
## Add Plugin | ||
`cordova plugin add cordova-plugin-crypt-file` | ||
`cordova plugin add https://github.com/qhng/cordova-plugin-crypt-file` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do not change original link |
||
|
||
## Encrypt | ||
`cordova build [ios / android]` | ||
|
@@ -43,9 +47,7 @@ Specify the target file as a regular expression. | |
|
||
|
||
## Supported platforms | ||
* iOS | ||
* Android | ||
* CrossWalk | ||
|
||
## Before reporting your issue | ||
It would be very helpful if you show me your project (If you have GitHub repository, that URL would be nice). | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
{ | ||
"name": "cordova-plugin-crypt-file", | ||
"version": "1.3.3", | ||
"name": "cordova-plugin-crypt-file-ng", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do not change original files |
||
"version": "0.1.0", | ||
"description": "This plugin to encrypt/decrypt the source files.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tkyaji/cordova-plugin-crypt-file.git" | ||
"url": "https://github.com/qhng/cordova-plugin-crypt-file.git" | ||
}, | ||
"keywords": [ | ||
"ecosystem:cordova", | ||
"cordova-android", | ||
"cordova-ios" | ||
"cordova-android" | ||
], | ||
"author": "tkyaji", | ||
"dependencies": { | ||
"node-rsa": "0.4.2" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure that |
||
}, | ||
"author": "tkyaji, qhng", | ||
"license": "Apache version 2.0" | ||
} |
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please do not change original text!