Password Strength Checker in Python

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • Today we build a simple tool that helps us to evaluate the strength of our passwords.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine...
    💻 The Algorithm Bible Book: www.neuralnine...
    👕 Programming Merch: www.neuralnine...
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine...
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/Neu...
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/

КОМЕНТАРІ • 27

  • @micleh
    @micleh 2 роки тому +4

    Nice videos for Python beginners. I like small projects that focus on explaining a single topic and yet leave room for creativity. Thanks a lot!

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

    I LOVE your reecent videos

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

    import string
    a,b,c = input('Enter the password: '),[list(string.ascii_lowercase),list(string.ascii_uppercase),list(string.digits),list(string.punctuation)],0
    for x in b:
    for d in a:
    if d in x:
    c+=1
    break
    i think this would be better

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

    Oh this is an easy one!
    Add an input for a user. And then a single print line that just says
    “you really trust a random python script with your password? You should probably change your passwords”

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

    Extra 👍👍👍 for checking against common/default password list as filter

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

    One of the greatest Creater coder programmer he is helped me a lot in my projects respect++++ Brother😄😄

  • @thomasgoodwin2648
    @thomasgoodwin2648 2 роки тому +3

    Why not just:
    score += sum[characters]
    and scale the total score 0-8?

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

    I feel glad to find this channel

  • @Yahya-wm4hn
    @Yahya-wm4hn Місяць тому +1

    its nice🤩

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

    Whenever I run the program, it always gives me this error.
    UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 1914381: character maps to
    Someone please help me I really want to finish this program properly.

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

    Probably mentioned already but importing re module and using regex is more ‘elegant.’ The scoring is overly complicated, especially since any() returns a bool. A binary output, like pass or fail, makes more sense to me.

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

    thanx, nice code.. simple but useful

  • @mazensubuh413
    @mazensubuh413 7 днів тому

    Is this on powershell? And since it's python can it be used on Linux

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

    its time to hit the like button

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

    nice for me a beginner

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

    Dude, do you have any code examples and how to implement them for 2FA/OTA in a webpage?

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

    You didn't seem to have connected the "characters" to the password checking, for checking all of the types within it; also you mentioned in the downloading of the "most common passwords.txt" file from google, but you didn't mention where to be sure to store it/save the file to, in order for the IDE to detect/know about the 'most common passwords' file for checking the password against it. If importing the file into the program early on, or connecting it to the quick program later on, in a linked manner..

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

    Neural, can you do voice identification?

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

    source code??

  • @elite_dusty
    @elite_dusty 5 місяців тому

    9:50

  • @YashDhull-w7k
    @YashDhull-w7k 10 місяців тому

    Where can I find source code?

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

    Yo! That's an exiting video.
    Looks like I'm first.

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

    6wcg57chr04083mep188bjm26125
    Will take thousands of years to crack right?

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

    Has anyone got the pseudocode for this?

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

    1st like and comment. It's cool. Go ahead.

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

    hey how can i contact you? @NeuralNine