+ 1
How to encrypt the web code?
I know how to create a web page but how to make it safe from threats or hacking? That's my problem : ( Please 🙏 guide me seniors .
2 Respostas
+ 5
https://obfuscator.io/
"This tool transforms your original JavaScript source code into a new representation that's harder to understand, copy, re-use and modify without authorization. The obfuscated result will have the exact functionality of the original code."
~Obfuscator.io
0
🇮🇳Omkar🕉 I would not recommend that. This is a bad approach to security. Code obfuscation is security through obscurity. I wouldn't recommend that to anyone. The security vulnerabilities programmed into the code will not disappear by obfuscation.
Here are some Guidelines: https://code.sololearn.com/W54lBNvm7rHS/?ref=app