Closed VisualMafia closed 5 years ago
hey @VisualMafia can you explain it better for us?
hey @VisualMafia can you explain it better for us?
If someone unpacks .apk and opens .js, it will not be able to easily see the source code. This is good for safety. But everything I tried encodes the code, but breaks the application.
really do this?
but why do u need to unpack your .apk files? can you describe it better?
Anyone can unpack .apk and open .js and see the code that I would not like to show.
Anyone can unpack .apk and open .js and see the code that I would not like to show.
@VisualMafia Have you tried this encryption plugin .
Anyone can unpack .apk and open .js and see the code that I would not like to show.
@VisualMafia Have you tried this encryption plugin .
Thanks, the plugin is good, but it breaks everything in this build. And if you use the methods Vue is the same. As I understand it, the problem is in index.html. What could be the problem?
I use https://github.com/javascript-obfuscator/webpack-obfuscator - all ok. But, work only for release.
Anyone can unpack .apk and open .js and see the code that I would not like to show.
Doubt there's much you can do about it because your client will always be able to read your code in plaintext since you decided to go by a plaintext runtime script language. Obfuscator won't protect your code since you could easily beautify it again.
Anyone can unpack .apk and open .js and see the code that I would not like to show.
Doubt there's much you can do about it because your client will always be able to read your code in plaintext since you decided to go by a plaintext runtime script language. Obfuscator won't protect your code since you could easily beautify it again.
In this case, the protection is not from customers. I don't want my code to be read or copied easily.
I liked your suggestion - https://github.com/javascript-obfuscator/webpack-obfuscator
I will probably think to add this later, thank you @VisualMafia !
Someone added obfuscator? Everything that did not try, breaks the application.