G
G
gmtd2022-04-17 16:38:08
Code Obfuscation
gmtd, 2022-04-17 16:38:08

How to obfuscate/encrypt the vue.js part of a project?

There is a big project. From time to time, third-party developers connect to it. From the point of view of protecting the code from copying and duplication (theft), I want to encrypt / obfuscate its core, which these third-party developers do not work on.

Is it possible to do this?
In principle, it is possible to move this code into a separate package
Vue 2, Vue CLI

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Levchenko, 2022-04-17
@gmtd

Give the final bundle (your core), which is assembled by webpack (just minification) into a separate module. Who the hell knows this code...

K
Konstantin B., 2022-04-17
@Kostik_1993

If your project is so serious, you probably need to find one developer and conclude an employment contract with him. Everything else, including ridiculous NDAs, will bring nothing but problems to developers. Well, you will also get a good result
. Personally, if you threw off such a project, I would not work in it. Since the level of paranoia of the customer would be immediately clear. This is the first call

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question