Skip to content

Vaultify is a password managing chrome extension .

Notifications You must be signed in to change notification settings

ShreyBhut/Vaultify

Repository files navigation

🔐 Vaultify - Password Managing Chrome Extension

Vaultify is a password managing Chrome extension. Vaultify encrypts and stores your passwords with the power of AES-128-CBC encryption. Vaultify can also auto-detect the login page of a website and provide you with its password. Vaultify works on any Chromium-based browser.

🛠 Setting up Vaultify

  1. Clone the Repository:

    git clone https://github.com/ShreyBhut/Vaultify.git
  2. Install Backend Dependencies:

    pip install Flask bcrypt cryptography
  3. Load the Extension in Your Browser:

    1. Open your Chromium-based browser and go to chrome://extensions/.
    2. Enable "Developer mode" by clicking the toggle switch in the top right corner.
    3. Click "Load unpacked" and select the folder named my_extension.
    4. Pin Vaultify to the toolbar to make it easier to access.

🚀 Using Vaultify

  1. Run the Server:

    python app.py

    This starts the server on http://localhost:5678, which handles encryption and decryption requests. (You can change the port in app.py if needed.)

  2. Login into Vaultify:

    Enter the master password to access the password manager.
    You can change the master password by using the update master password button.
    (Initial master password = MasterPasswordVaultify)

  3. Managing Passwords:

    After logging into Vaultify, you can:

    1. Add a password for a new site
    2. Update a password for an existing site
    3. View the password of an existing site
  4. Auto-Detecting Websites:

    Visit any website's sign-in/sign-up page and then click on the Vaultify logo .

    pslogo

    It will automatically detect the website.
    (If the website is not detected upon opening the sign-in/sign-up page, refresh the page and click on the Vaultify logo again.)

    Screenshot 2025-01-26 070228

    After the website is detected, enter the master password of the password manager. After verifying the master password, the password for that website will be fetched from the password manager, and an option to copy the password to the clipboard will appear.

    Screenshot 2025-01-26 070429

🌟 Vaultify in the Working

Screenshot 2025-01-26 072200
Screenshot 2025-01-26 072030
Screenshot 2025-01-27 000824
Screenshot 2025-01-26 072555
Screenshot 2025-01-26 072742

About

Vaultify is a password managing chrome extension .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published