How to encrypt the web code? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 .

10th Apr 2020, 7:33 AM
Aishwar Mishra
Aishwar Mishra - avatar
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
10th Apr 2020, 1:16 PM
šŸ‡®šŸ‡³OmkaršŸ•‰
šŸ‡®šŸ‡³OmkaršŸ•‰ - avatar
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
5th Nov 2020, 5:41 PM
N00B