It's one of the technique but again it's not 💯% secured.
@renends7615 Жыл бұрын
This video is excellent. Straight to the point. Thanks!
@CodingDesign Жыл бұрын
You're welcome.
@darkkthur2 жыл бұрын
Nice way to protect the source code from attacks where's deployed. Thanks 👍 Nice video
@CodingDesign2 жыл бұрын
Glad you liked it!
@ahmedskaik2 жыл бұрын
but can I also hide these files from inspect > source ?
@CodingDesign2 жыл бұрын
No😟. Temporary solution may be preventing a user using inspect element by "disabling right click or hot keys" but you can't stop people from using "Dev Tools".
@biamoral7 ай бұрын
Thanks, man!
@CodingDesign7 ай бұрын
Glad to help!
@lambo-ca Жыл бұрын
But what if we want to edit or update those files then do we have to repeat all the steps every time?
@CodingDesign Жыл бұрын
yeah!
@laxmehraeditz17582 жыл бұрын
Nice bro from india....
@CodingDesign2 жыл бұрын
Thank you! and keep supporting.
@laxmehraeditz17582 жыл бұрын
Bro i need you help for web design....you give me a source code like....first page image upload and show image next page....pleass
@CodingDesign2 жыл бұрын
@Lax Mehra Editz I didn't get you. Kya aap 'File Uploading Features' ki baat kar raheho?
@Error_FPS2 жыл бұрын
Can we hide html code?
@laxmehraeditz17582 жыл бұрын
I know
@CodingDesign2 жыл бұрын
@yam darlami you can't hide but you can modify / obfuscate html code.
@beckyfunny80134 ай бұрын
But I‘m still worried about deobfucating that is not really hard.
@CodingDesign3 ай бұрын
It's old techniques. Now you can research other advanced techniques.
@DianAryanto2 жыл бұрын
i think its not secure enough, you can still easy to decode that code using free online tools.
@CodingDesign2 жыл бұрын
It's not 100% 🛡 secure. And nothing is 100% 🛡 secure, there is always some ⚠ loop holes.
@MrDe02 жыл бұрын
Nice video :>
@CodingDesign2 жыл бұрын
I'm glad you like it
@Crichotofficial2 жыл бұрын
tell me sir is this website safe?
@CodingDesign2 жыл бұрын
Experienced Web Developers, they can figured out any loop holes. So, nothing is 100% secured.
@laughandtune Жыл бұрын
Obfuscate will not help, best is import, For css use = @import 'style.css'; and for JS use = $.getScript("js/yourjsfile.js");
@CodingDesign Жыл бұрын
Did you watch full video ? 📢 I've given 4 different techniques where I've shown @import technique as well. And ⚠ $.getScript("js/yourjsfile.js"); this technique requires "__jQuery__". So, I've given 4th method where you don't need any 3rd party libraries. Having said that nothing is 💯% secure. But any way thank you🙏 for your 💬suggestions. Your feedbacks and opinions (really matters) so I do hope you'll give in future as well.
@laxmehraeditz17582 жыл бұрын
Bro how to hide source code
@CodingDesign2 жыл бұрын
We can obfuscate | modify | encrypt code but it's not possible to completely hide source code.
@jobcentertycoon Жыл бұрын
Its not 100% secure its -20% secure lol. eval() should be avoided.
@CodingDesign Жыл бұрын
Yes! absolutely there is always ➰loopholes. Nothing is 💯% secured, it's just that we can try our best to 🔽minimize ➰loopholes.
@thinkjon Жыл бұрын
sure, it's not 100% proof of loopholes - Jobcenter Tycoon, can you share/suggest with us some BETTER ways hide/project browser code? People are interested in this topic.
@CodingDesign Жыл бұрын
@@thinkjon In future, I might create upgrade version of this video.