Skip to content

spencerevison/cordova-plugin-crypt-file

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova crypt file plugin

HTML source file is encrypted at build, and decrypted at run.
https://www.npmjs.com/package/cordova-plugin-crypt-file

Add Plugin

cordova plugin add cordova-plugin-crypt-file

Encrypt

cordova build [ios / android]

Decrypt

cordova emulate [ios / android]
or
cordova run [ios / android]

Encryption subjects.

  • .html
  • .htm
  • .js
  • .css

Supported platforms

  • iOS
  • Android
  • CrossWalk

License

Apache version 2.0

About

This plugin to encrypt/decrypt the source files.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 41.9%
  • JavaScript 33.6%
  • Java 24.5%