-
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
Conversation
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. |
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!
|
||
## 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 comment
The reason will be displayed to describe this comment to others. Learn more.
do not change original link
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
do not change original files
], | ||
"author": "tkyaji", | ||
"dependencies": { | ||
"node-rsa": "0.4.2" |
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.
I'm not sure that node-rsa
better as node-forge
...
I have try with cordova10, but not working...can you fix it, thanks