Skip to content

WrackerTony/Password_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Secure Password Manager

Python SQLite Security


🛡️ A Professional-Grade Password Manager Built with Security in Mind 🛡️

Secure • Fast • Reliable • User-Friendly

Typing SVG

💻 User Experience

  • 🎨 Modern Tkinter GUI
  • 👤 Multi-user support

🚀 Quick Start

Installation

  1. Clone the repository

    git clone https://github.com/WrackerTony/Password_manager.git
    cd password_manager
  2. Install dependencies

    pip install -r requirements.txt
  3. Run the application

    python main.py

📋 System Requirements

Component Requirement
Python 3.7+

📁 Project Structure

password_manager/
├── 📄 main.py              # Main application entry point
├── 🗄️ database.py          # Database operations & management
├── 🔐 encryption.py        # Encryption/decryption utilities
├── 📋 requirements.txt     # Python dependencies
└── 📖 README.md           # Project documentation

🔧 Core Components

🔐 Encryption Module (encryption.py)

  • PBKDF2 key derivation with SHA-256
  • Fernet symmetric encryption
  • Salt generation for enhanced security
  • bcrypt password hashing

🗄️ Database Module (database.py)

  • SQLite integration
  • User management system
  • Password storage with encryption
  • CRUD operations for password entries

💻 Main Application (main.py)

  • Tkinter GUI implementation
  • User authentication flow
  • Password management interface
  • Security validation

🛡️ Security Features

Feature Implementation Security Level
Master Password bcrypt hashing 🔴 Critical
Data Encryption AES-256 (Fernet) 🔴 Critical
Key Derivation PBKDF2 (100k iterations) 🟠 High
Salt Generation Cryptographically secure 🟠 High
Database Security Encrypted password storage 🟡 Medium

👨‍💻 Author

WrackerTony

GitHub

🌟 If you found this project helpful, please give it a star!

Built with Love Made with Python

© 2025 Secure Password Manager. All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages