Making A Password Manager Using Python & SQL

preview_player
Показать описание
Writing My Own Password Manager In Python

"Clean Code Friday"

Follow me on:

--------------------------------------------------------------------------------------------------------
GEAR:
Рекомендации по теме
Комментарии
Автор

"Writing my own password manager using python & SQL"

*Climbs a tree for first 11 seconds*

Brandonator
Автор

2020, the year when programmers started going out and even climbing trees

taphahadji
Автор

"and you gonna get to see how bad my handwriting actually is"
notepad: hmm okay.
sticky notes: okay.
people watching this: okay.

asofdevlabs
Автор

Kalle right now: climbs a tree for an intro.

Kalle in 5 years: swims to Mariana trench to say his last words

noah
Автор

When you first announced you were gonna make daily videos for the next few days, I was just expecting vlogs and what you do in your day to day life. But we're getting actual high quality videos where we(and you!) learn something new everyday! These videos are both entertaining and educational. Keep doing what you're doing Kalle, and you're gonna get to a million subscribers soon! You definitely deserve it :)

Zuhaibdamudi
Автор

Kalle motivates me to work and strive for what I set out for. These videos are more than just inspiration to me, its like fuel to keep me running. I must say Kalle is one of the best tech vloggers with a unique style of content .

aakashjana
Автор

Instead of hashing, you can use encryption algorithms with a secret key
The algorithms are basically the same as hashing algorithms but they are reversibles with the secret key

romainlm
Автор

You should include a function to generate safe passwords. It’s one of my most useful functions in current password managers 😇

TheOnlyEpsilonAlpha
Автор

if you hash your stored passwords then you can’t restore them to use on other website or program. so i guess it is better to do encryption to the passwords you store and only hash the masterpassword for the password manager

ChristianHaugland
Автор

I wrote a bash front end for my mysql backend. Seems to be simple enough.

brickviking
Автор

I have a challenge for you hack your password manager and then fix it to make strong from other hack.

anonuser
Автор

"trying to get a lot things to work here on Windows, until i just decided like fuck it i'm gonna go with Linux" is the highlight of this video

abdullahalshohail
Автор

Oooh, this was super cool to watch. Nice build! Much impress. Especially love how you notate out your requirements before getting to work. SDLC game strong. :)

CybersecurityMeg
Автор

I was just doing a course on cybersecurity that recommended the use of password managers and I was really considering creating one in C++. Thanks for this, it will help a lot :)

hdraresro
Автор

Kalle I love these daily videos! 😍 Personally, I would really enjoy seeing some vlog type videos, you're a very intriguing person 😂

harrisonbirkner
Автор

You should use bcrypt hashing algorithm for master password and then save password encrypted with the master password.

lukaskovar
Автор

Kalle is one fire with daily uploads 🔥

usmanmir
Автор

For databases I suggest putting it as a docker image especially when you testing. It works on Windows/Linux/Mac without a lot of configuration!

tradosh
Автор

i really like your videos, i really watched every video that came out lately, they just keep getting better, keep it up !!

I also started coding recently, you have inspired me, thank you

ramonvandenengel
Автор

You have to encrypt the passwords in the database 😬

mxschmitt_