Captcha Generator in HTML CSS & JavaScript

Поделиться
HTML-код
  • Опубликовано: 3 май 2023
  • In this video tutorial you will learn to create Captcha Generator in HTML CSS & JavaScript.
    ---
    Hire us on Fiverr
    ➤ www.fiverr.com/prakashahi
    📁 Source codes will be available here soon
    ➤ www.codinglabweb.com
    Follow me on Instagram
    ➤ / coding.np
    #captchagenerator #htmlcssjavascript
    ---
    Music Credit:
    Ikson - We Are Free (Vlog No Copyright Music)
    • Ikson - We Are Free (V...
    Song: Ehrling - You And Me (Vlog No Copyright Music)
    ➤ Video Link: • Ehrling - You And Me (...

Комментарии • 22

  • @HushCode
    @HushCode 3 месяца назад

    Thank you for this video --- Merci pour cette vidéo 🎉

  • @Yardan_gholi
    @Yardan_gholi 8 месяцев назад +1

    for those who looking for explination iam gonna say it as short as possible : he used math.random() j.s built in function to produce random numbers but when you use it with Tostring(36) it follows this = (check the link) : (en.wikipedia.org/wiki/Senary#Base_36_as_senary_compression ) Ok so in this system numbers from 10 up to 35 (if we count from 0) will be shown as alphabets from (a to z) then by using .substring(2,7) he choicing from index 2 up to 7 out of that generated string you can also use slice() method for that . then in the .map (char => math.random() >0.5 ....so on) part what he doing is this => as we know math.random() by default generates numbers from 0 to 1 so inbetween we have decimals , so he make a probability like when ever it was more that 0.5 make some letters uppercase . then for the rest (i did not watched) but for sure he doing comparison between users input and the generated code to see if they are similar or no.

  • @cecibenitez3917
    @cecibenitez3917 5 месяцев назад

    🎉 beautifully made

  • @dev_ression
    @dev_ression Год назад

    great video

  • @amirtemur20
    @amirtemur20 11 месяцев назад

    Goooooooooooooodd❤

  • @sisindrisingamsetti
    @sisindrisingamsetti Год назад

    Hello Mam, your projects are simply awesome. can i know how you to make short videos like that...!?

  • @JahidHasan-hn5wt
    @JahidHasan-hn5wt 10 месяцев назад +1

    @CodingLabYT please make a tutorial how to sign up and sign in with google. I saw many videos but they only show about how to sign in with google not sign up.

  • @SohaibHasan
    @SohaibHasan Год назад

    Oh love it.

  • @toufiqbadhon7509
    @toufiqbadhon7509 Год назад

    🥳🥳😘😘

  • @todaysindia4114
    @todaysindia4114 9 месяцев назад +1

    Can any body explain me the use of map function,char > and filter in this
    I am a beginner, please do help

  • @user-cb4dh2gx5e
    @user-cb4dh2gx5e Месяц назад

    can i use it my website
    in seo tools

  • @mr__rajumirza4570
    @mr__rajumirza4570 9 месяцев назад

    Hello Sir Sir loder android marshmallow ki bhi video post karyn please please 🥺❤

  • @Richard-mh4pr
    @Richard-mh4pr 8 месяцев назад

    need update !update please

  • @user-qw1rn8iw3h
    @user-qw1rn8iw3h 4 месяца назад

    Sir voice over kyu nae karte aap pehle jaise please voice over karo taki details main samaz aaye beginner's ko😢

  • @abdullahimran8761
    @abdullahimran8761 11 месяцев назад

    make a video on cockies

  • @mm_marcin3750
    @mm_marcin3750 Год назад +1

    it's so fucking easy to read this.
    Captacha is a security anti-bot system - your project is not safe.

    • @Yardan_gholi
      @Yardan_gholi 8 месяцев назад +2

      it's better to generate it in server side and not in a text format to showing to users but converting and showing it as an image to them. and as you said make it more complex to read for bots

  • @ganeshgupta9692
    @ganeshgupta9692 Год назад

    Next Project Only plz html+css

  • @AbhaySingh-il6jj
    @AbhaySingh-il6jj 8 месяцев назад

    Mera last submit btn work ni kra

  • @gmailgmail-sy1xn
    @gmailgmail-sy1xn Год назад

    Не чего уже не понять что автор пишет в javascript