Git Product home page Git Product logo

passcrypter's Introduction

PassCrypter: Online Password Manager By Mouhammed El Zaart and Ahmad Moussa

How To Deploy: https://docs.microsoft.com/en-us/azure/app-service-web/web-sites-php-sql-database-deploy-use-git

Frontend: Bootstrap, Jquery and AJAX

Backend: PHP and SQL database

Security Model: The master password is hashed twice before being stored on the server.

The password is hashed on the client side to prevent the access to the original password in case of sniffing. The password is first hashed using PBKD becuase other hasing algorithms such as SHA256 and MD5 are too fast which makes them vulnerable to a bruteforce attack.

Then the password is hashed again on the server using SHA256 so that if the database gets compromised, the attacker won't be able to simply send the stolen hash to the sever and log in.

The credentials are encrypted on the client side. This serves two purposes. The first is that if the database gets compromised, the attacker won't have access to the user's accounts credentials. The other is to achieve Host Proof Hosting. Even if I, the owner of the app and the database, wanted to view the credentials that the users saved on my app I won't be able to.

The encryption algorithm used is AES-GCM. The GCM variation of the AES algorithm is used because other variations are vulnerable to Padding Oracle Attacks.

passcrypter's People

Contributors

ahmadmoussa avatar

Watchers

James Cloos avatar  avatar

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.