Skip to content

ks-amit/Password-Manager

Repository files navigation

Password Manager

A simple classic password managing tool. Functionalities included:

  • Account Creation - Register / Login / Activate / Forgot / Reset
  • Store and retrieve your passwords
  • Add / Remove your passwords
  • Account Settings - Change account password / Delete Account

KEY POINTS

  • Back-End Technologies: PHP + MySQL
  • Front-End Technologies: HTML, CSS, JQuery
  • Authentication provided - SESSIONS used, logs out everytime you close your browser
  • Password Hashing Algorithm - BCRYPT
  • Mailing Service provided using PHP Mailer

SCREENSHOTS

scr1 scr2 scr3 scr4

INSTALL

  • git clone https://github.com/dumbape/Password-Manager.git

  • cd Password-Manager

  • Make sure to have PHP and composer installed in your system.

  • Run composer install

  • Make sure to have all requirements available in 'vendor' folder after using composer

  • Import the file database.sql provided in your mySQL.

  • The controller folder has all the controllers which contains almost all PHP coding that has been done.

  • db_controller.php controls the database operations. Specify your database details there.

  • Make sure the server details are mentioned in the file mail_controller.php

  • RUN php -S localhost:8000 in the directory where the project is stored

  • Open http://localhost:8000/login.php in any browser

CREDITS

The templates have been obtained from different sources. I do not own any rights on them.