Back to Browse

Building a Secure Password Manager in Python - Part 3: SQLAlchemy and init command

21 views
Aug 19, 2024
12:55

Welcome to Part 3 of our series on building a secure password manager in Python! In this episode, we’re focusing on integrating SQLAlchemy and SQLite to securely store data in our application. I'll guide you through setting up SQLAlchemy to work with SQLite, explaining how to create and manage your database models. We'll then implement the init command, which hashes the master password using secure hashing techniques and stores it safely in the database. This is a critical step in ensuring that your password manager is both secure and reliable. By the end of this video, you’ll have a solid understanding of how to use SQLAlchemy with SQLite in your Python projects, and you'll have a functional init command that adds a crucial layer of security to your password manager. 🔐 What You’ll Learn: Setting up SQLAlchemy with SQLite for database management Creating and managing database models in Python Implementing the init command to hash and store the master password securely 🔗 Follow the Series: https://www.youtube.com/watch?v=ZMle9fwxkGE&list=PLnx92oGml21MJLcSo8F0u2oDZvYa3AxXQ&pp=gAQBiAQB 💻 Code Repository: https://github.com/AgentFUD/agentfud-password-manager Contact me on discord: https://discord.gg/rCMFfxHT 0:00 Introduction & Recap 2:22 SQLAlchemy intro & building config table 4:14 Insert data to config table - finish init command Don’t forget to like, subscribe, and hit the notification bell to stay updated on future episodes as we continue building out this secure password manager!

Download

0 formats

No download links available.

Building a Secure Password Manager in Python - Part 3: SQLAlchemy and init command | NatokHD