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.
- 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.