/Integrated-Security-Vault

This extensive program helps us to Generate what are called as "Passphrases", which according to its entropy is stronger than a password, which is just a string of alpha-numeric characters. It Stores the passwords/phrases in a DataBases with is Fully Encrypted by hashing the passphrases and its corresponding user details.

Primary LanguagePython

Integrated Security Vault

This extensive program helps us to Generate what are called as "Passphrases" ; which according to its entropy is stronger than a password, which is just a string of alpha-numeric characters.

It Stores the passwords/phrases in a DataBases with is Fully Encrypted by hashing the passphrases and its corresponding user details.

Implementation

Paste code snippets Paste code snippets (2) Paste code snippets (3) Paste code snippets (4)

Features

  • Developed a password management system using Python's cryptography, SQLite, and random modules.
  • Implemented algorithms for secure password and passphrase generation.
  • Applied encryption techniques for database credential protection.
  • Utilized information theory to calculate password entropy and enhance security metrics.
  • Integrated components into a menu-driven application, delivering a comprehensive password solution.