Website to save login credentials
This Password webpage is meant to save login credentials for other webpages. It is a very simple project without any further framework. In the future it is planned to implement user verification and password reset by email.
Written in PHP 7.0
Prepared for MySQL database.
Features:
- Easy to use and responsive interface
- Self written ORM.
- Passwords of logins are saved, encrypted in the database.
Instructions:
- 1. Create database and use the codes.sql scrit inside the folder to create the tables
- 2. Change usercredencials in Connect.php
- 3. Run composer (optional, because is not used already)