Password Strength Checker in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น • 27

  • @micleh
    @micleh 3 ปีที่แล้ว +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 3 ปีที่แล้ว +1

    I LOVE your reecent videos

  • @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”

  • @gaganwishalnadipalli5797
    @gaganwishalnadipalli5797 2 ปีที่แล้ว +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

  • @sebbyapudo7357
    @sebbyapudo7357 3 ปีที่แล้ว

    I feel glad to find this channel

  • @thomasgoodwin2648
    @thomasgoodwin2648 3 ปีที่แล้ว +3

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

  • @techprakash001
    @techprakash001 ปีที่แล้ว

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

  • @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.

  • @chriss3154
    @chriss3154 3 ปีที่แล้ว

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

  • @TheseOfWe0112
    @TheseOfWe0112 2 ปีที่แล้ว

    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.

  • @mazensubuh413
    @mazensubuh413 4 หลายเดือนก่อน

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

  • @lyonfiurextechsupport3133
    @lyonfiurextechsupport3133 2 ปีที่แล้ว

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

  • @anshmalviya4390
    @anshmalviya4390 3 ปีที่แล้ว

    Neural, can you do voice identification?

  • @_Halo117_
    @_Halo117_ ปีที่แล้ว

    thanx, nice code.. simple but useful

  • @YashDhull-w7k
    @YashDhull-w7k ปีที่แล้ว

    Where can I find source code?

  • @brand0n_1820
    @brand0n_1820 2 ปีที่แล้ว

    nice for me a beginner

  • @aaryqnnn
    @aaryqnnn 2 ปีที่แล้ว +1

    source code??

  • @tcgvsocg1458
    @tcgvsocg1458 2 ปีที่แล้ว

    its time to hit the like button

  • @zenyth2108
    @zenyth2108 2 ปีที่แล้ว

    Has anyone got the pseudocode for this?

  • @spiderjump
    @spiderjump 2 ปีที่แล้ว

    6wcg57chr04083mep188bjm26125
    Will take thousands of years to crack right?

  • @kevinwestrom4775
    @kevinwestrom4775 3 ปีที่แล้ว +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..

  • @elite_dusty
    @elite_dusty 9 หลายเดือนก่อน

    9:50

  • @Yahya-wm4hn
    @Yahya-wm4hn 5 หลายเดือนก่อน +1

    its nice🤩

  • @Sristi-Misti
    @Sristi-Misti 3 ปีที่แล้ว

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

  • @HypnosisBear
    @HypnosisBear 3 ปีที่แล้ว

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

  • @mohitdogra7998
    @mohitdogra7998 2 ปีที่แล้ว

    hey how can i contact you? @NeuralNine