RUVIDEO
Поделитесь видео 🙏

Creating a Secure Password Manager in Python! смотреть онлайн

In this video, I create a password manager using Python and MySQL. It is written with the most secure algorithms in the market.

The idea is just like any other password manager available out there - Take a MASTER PASSWORD from the user that is not stored by the program. This master password is then used to generate a cryptographically strong key that is then used to encrypt/decrypt all your other passwords with a military grade algorithm called the AES-256.

It is a command line application that first uses the PBKDF2 (Password Based Key Derivation Function) to compute a Master Key from the Master Password chosen by the user and a Device Secret that is randomly generated by the program. The Master Key which is of 256 bit length is then used to encrypt/decrypt all the stuff inside the password manager. To sum it all up, it makes a great, basic, and secure password manager that you can write yourself with Python and MySQL. It works locally but you can also modify it to give it a "remote" connectivity feature.

Check out the source code on GitHub: https://github.com/teja156/python-pas...

CHAPTERS
0:00 Intro
0:36 Outline - what to do
8:11 Writing configuration logic
15:52 Testing the configuration logic
18:44 Writing logic to add new entries
23:34 Writing logic to retrieve entries
31:57 Writing the driver code to combine it all
35:19 Testing the whole project
41:20 Outro

Thanks for watching!
SUBSCRIBE for more videos!

Join my Discord: https://discord.gg/6TjBzgt
Follow me on Instagram: https://instagram.com/teja.techraj

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Creating a Secure Password Manager in Python!» бесплатно и без регистрации, вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.