Secured password generator python project using secret module | unhackable #shorts #python

preview_player
Показать описание
How to generate passwords using secret module in python with just 6-8 lines of codes.
#python #security #passsword #shorts

Remember this is the 3rd video of password generating using python, as previous two videos are based on random module which is not safe, So I have created a new fresh video based on the secret module.

I would like to thank my subscribers who all suggested to use secret module, they are really legends :D

Note: This video is for educational purpose only.
Рекомендации по теме
Комментарии
Автор

Awesome that you take constructive criticism well and use it for improving yourself and teaching us 🙌

hanasschoolwork
Автор

What a great and simple knowledge, keep it up bros.

santz
Автор

I like your videos as a programmer it’s fun to watch

cinemamovies
Автор

And then add a loop which compares a specific password defined before and while the generated password isn't the password specified, u increment a variable, and print the variable (count for example) at the end, and u can see how many times it had to generate a password till it finds urs ^^ (eventhough its probably a random generator)

loimax
Автор

Wow.... Awesome, I need more
How can this kind of unhackable password be done with user input like name, I already did that with the import module but I want to learn this


I just discovered you and dem.... I love your contents.
I'm 18 and I'm interested in studying Robotics and Artificial Intelligence, and from my research learning python would be really useful tool, what part of python should I focus on, I just finished the basic course at Alx Africa (although I didn't really understand a couple of things) I don't know what next to do?

esuga-mopahdavid
Автор

Please can you make videos in JavaScript too? Will be soo sweet of you.

sakshamaggarwal
Автор

Could you help me? How do I do to add anothers characteres like symbols, numbers and Ç ? I just need to put them togther with string.ascii_letters? If am I right what is the best line to add on the code?

monoaatroxrj
Автор

Use this to keep your password in anything

HarshitBhaiYT
Автор

Wait how can you use for loop inside there.

nesciof
Автор

this will sometimes produce passwords that are only characters/digits

amanah-anasheed
Автор

Would anyone be able to explain what parts of the code do? I'm a beginning developer looking to try some Python as well.
(I'm fluent in Batch (although that doesn't say much) and know a little bit of Ren'Py.)

zerpointnothing
Автор

I'm wondering, why dont you specify length using arguments? So you can run py3 password_secrets.py 8 (or however python does that) to set the length?

zakariaao
Автор

In linux and macos you can use "openssl rand -hex NUMBER" number is password length

lukaszq-suyy
Автор

Hai, I lost my Facebook password.Can you teach me, how to get it back. I wanted to using HP number but can't work.So I'm using gmail, and it's work, but it goes to the wrong account (my second account)🥺

apaklakanhataraca
Автор

any idea on how to add symbols to this script ?

khnix
Автор

Bro me BCA kar raha hnu keya vo thik he?
Please reply, 🥰

darkeyegaming
Автор

I need your help boss can u taech me🙏🙏🙏

jaysonreyes
Автор

Don't use `for i in range` if you don't use `i`, use `_` otherwise it'll complain in many linters about unused variables

Also why not put the imports on one line? In this case you don't have many so it won't get confusing, you could also put the two imports on its own lines but separated by comma with the newline escaped so that you don't have to use two import statements

Also you can add string.punctuation for more security 👍

klarissa