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”
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
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.
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.
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..
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!
I LOVE your reecent videos
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”
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
I feel glad to find this channel
Why not just:
score += sum[characters]
and scale the total score 0-8?
One of the greatest Creater coder programmer he is helped me a lot in my projects respect++++ Brother😄😄
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.
Extra 👍👍👍 for checking against common/default password list as filter
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.
Is this on powershell? And since it's python can it be used on Linux
Dude, do you have any code examples and how to implement them for 2FA/OTA in a webpage?
Neural, can you do voice identification?
thanx, nice code.. simple but useful
Where can I find source code?
nice for me a beginner
source code??
its time to hit the like button
Has anyone got the pseudocode for this?
6wcg57chr04083mep188bjm26125
Will take thousands of years to crack right?
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..
9:50
its nice🤩
1st like and comment. It's cool. Go ahead.
Yo! That's an exiting video.
Looks like I'm first.
hey how can i contact you? @NeuralNine