nativescript-app-encryption icon indicating copy to clipboard operation
nativescript-app-encryption copied to clipboard

Why to encrypt only app/**.js?

Open manojdcoder opened this issue 8 years ago • 6 comments

It will be nice to have control over deciding what / which files need encryption. Developer may want to encrypt a private / premium plugin under tns_modules or all XML & CSS files too along with JS inside app.

app/**.js may be kept as default but allow developer to customize them using .app-encryption file (something similar to .gitignore) to mention what all files needs encryption and what all not.

manojdcoder avatar Apr 10 '17 14:04 manojdcoder

Getting error by using nativescript-appencryption

priyangamani avatar Jul 04 '17 07:07 priyangamani

Note: D:\FCNativeScript\platforms\android\src\main\java\com\tns\Run timeHelper.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 error Incremental compilation of 3 classes completed in 0.564 secs. :compileF0F1F2F3F4F5F6F7F8F9F10F11F12F13F14F15F16ReleaseJavaWithJavac FAILED

FAILURE: Build failed with an exception.

priyangamani avatar Jul 04 '17 10:07 priyangamani

@ivanbuhov / @blagoev / @EddyVerbruggen Any update on this?

manojdcoder avatar Aug 07 '17 09:08 manojdcoder

Hi @manojdcoder @priyangamani ,

You can see in the README that we decided to deprecate this plugin. It was started as an experiment and currently there are alternatives which do the job. We recommend to use Webpack with Uglify instead.

Best regards, Veselina

radeva avatar Aug 07 '17 13:08 radeva

@radeva Thanks for the quick response. To make sure Uglify minifies the code but won't encrypt it, am I right?

manojdcoder avatar Aug 07 '17 14:08 manojdcoder

Hi @manojdcoder , you're right. Feel free to fork the repo and continue the development of the plugin.

radeva avatar Aug 15 '17 07:08 radeva