Giter VIP home page Giter VIP logo

password-manager's Introduction

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.

password-manager's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

vidhyavv yanixos

password-manager's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.