I have created an HTML5/JS application. Now I am packing my application using node-webkit instance. I want to create a private or password protected area in my app, where the user can't enter or can't see my code. My main concern is to protect my content and code from the end user after he/she installs the application.
Uglification just protects your code to some extent. I also want to protect my content(pdf, videos and other files) from the users to copy it to some other location.
Can anybody please help?