Student Cyber Security Project | Build a Python Password Manager

preview_player
Показать описание
A simple ethical hacking cybersecurity and python project for beginners + students to learn.

How to make a Password Manager in Python - Inspired by Kali Linux tools

Resources:

Socials:

Full Gear List:

0:00 Intro
0:19 Tutorial
3:20 Running python

Music from Uppbeat (free for Creators!):
License code: 1TDBBSC77KN4JX1X
Рекомендации по теме
Комментарии
Автор

If you run that program again, does it really save the username and password that you had created before? so that you can login

jibrilqarni
Автор

Sir your code works well on vs code but sir the code doesn't work properly on python idle interpreter. The code works on that interpreter but from output it will show the password when you input it in the idle shell. I mean the password is not well hidden....

VK_Gohil
Автор

sir can u send the souce code somewhere

indrajotarora
Автор

For some reason I am unable to type the password when logging in. I get this error: line 17, in login
if username in password_manager.keys() and password_manager[username] == hashed_password:

AttributeError: 'tuple' object has no attribute 'keys'

Phantom.Finance