Skip to content

Pargat-Dhanjal/Password-Wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo Encrypt-It

Encrypt-It is a modern, secure, and open-source password manager that stores and manages your most sensitive information. You can run Encrypt-It on Windows, macOS, and Linux systems. Encrypt-It is for users who tend to forget their passwords and want to lock their passwords behind a master password.

The passwords are stored locally on your machine and that too in an encrypted format. We have used a secure Fernet Key (symmetric encryption) for encrypting all your passwords. The user gets to store the safe key which is a URL-safe base64-encoded 32-byte key anywhere which along with your master password is responsible for encrypting your passwords.

Installation

Install Python on your machine

Run Locally

Clone the project

  git clone https://github.com/Pargat-Dhanjal/Password-Wallet.git

Go to the project directory

  cd Password-Wallet

Install dependencies

  pip install -r requirements.txt

Run the program

  python gui.py

Note: Use python version 3.10.4 or above

Features

  • Master password
  • URL-safe base64-encoded 32-byte key for encryption
  • Runs and stores passwords locally on your machine
  • Cross platform
  • Multi User support

Screenshots

App Screenshot

Contributing

Contributions are always welcome!

License

MIT License

Authors

About

Python Mini Project for FY B.Tech Computer Engineering

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages