Hide CSS & Protect JavaScript Code

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 35

  • @biamoral
    @biamoral 9 місяців тому

    Thanks, man!

  • @renends7615
    @renends7615 Рік тому

    This video is excellent.
    Straight to the point.
    Thanks!

  • @darkkthur
    @darkkthur 2 роки тому +1

    Nice way to protect the source code from attacks where's deployed. Thanks 👍 Nice video

  • @motionpack3212
    @motionpack3212 Рік тому

    the way you protect the JS is the best,

    • @CodingDesign
      @CodingDesign  Рік тому

      It's one of the technique but again it's not 💯% secured.

  • @ahmedskaik
    @ahmedskaik 2 роки тому +2

    but can I also hide these files from inspect > source ?

    • @CodingDesign
      @CodingDesign  2 роки тому +1

      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".

  • @lambo-ca
    @lambo-ca Рік тому

    But what if we want to edit or update those files then do we have to repeat all the steps every time?

  • @laxmehraeditz1758
    @laxmehraeditz1758 2 роки тому

    Nice bro from india....

    • @CodingDesign
      @CodingDesign  2 роки тому +1

      Thank you! and keep supporting.

    • @laxmehraeditz1758
      @laxmehraeditz1758 2 роки тому

      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

    • @CodingDesign
      @CodingDesign  2 роки тому +1

      @Lax Mehra Editz I didn't get you. Kya aap 'File Uploading Features' ki baat kar raheho?

  • @ErrorFrag
    @ErrorFrag 3 роки тому +1

    Can we hide html code?

  • @beckyfunny8013
    @beckyfunny8013 6 місяців тому

    But I‘m still worried about deobfucating that is not really hard.

    • @CodingDesign
      @CodingDesign  6 місяців тому

      It's old techniques. Now you can research other advanced techniques.

  • @MrDe0
    @MrDe0 2 роки тому

    Nice video :>

  • @DianAryanto
    @DianAryanto 2 роки тому

    i think its not secure enough, you can still easy to decode that code using free online tools.

    • @CodingDesign
      @CodingDesign  2 роки тому +1

      It's not 100% 🛡 secure. And nothing is 100% 🛡 secure, there is always some ⚠ loop holes.

  • @Crichotofficial
    @Crichotofficial 2 роки тому

    tell me sir is this website safe?

    • @CodingDesign
      @CodingDesign  2 роки тому

      Experienced Web Developers, they can figured out any loop holes. So, nothing is 100% secured.

  • @laughandtune
    @laughandtune Рік тому

    Obfuscate will not help, best is import, For css use = @import 'style.css'; and for JS use = $.getScript("js/yourjsfile.js");

    • @CodingDesign
      @CodingDesign  Рік тому +1

      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.

  • @laxmehraeditz1758
    @laxmehraeditz1758 2 роки тому

    Bro how to hide source code

    • @CodingDesign
      @CodingDesign  2 роки тому

      We can obfuscate | modify | encrypt code but it's not possible to completely hide source code.

  • @jobcentertycoon
    @jobcentertycoon Рік тому

    Its not 100% secure its -20% secure lol. eval() should be avoided.

    • @CodingDesign
      @CodingDesign  Рік тому

      Yes! absolutely there is always ➰loopholes. Nothing is 💯% secured, it's just that we can try our best to 🔽minimize ➰loopholes.

    • @thinkjon
      @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
      @CodingDesign  Рік тому

      @@thinkjon In future, I might create upgrade version of this video.