Skip to content

Simple implementation of a secure form with robust protection against common web vulnerabilities

Notifications You must be signed in to change notification settings

michaeldrm/secure-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure-Form

This project aims to create a secure login form with robust protection against attacks.

Prerequisites

  • PHP
  • database server personally, I've chosen to use phpAdmins to create my database.
  • database structure users(id,username,pwd,attempts,last_attempt,status_lock)

Project Structure

The project is organized into several files, each with a specific role:

  • /img : directory for images
  • config.php : database configuration file
  • login.php : file for the login form
  • index.html : main file
  • register.php : file for the registration form
  • styles.css : style file for layout
  • database.sql : file describing the database structuration
  • README.md : this file

How to Connect?

To connect, go to register.php once you have created your account go to login.php.

note: the username must be at least 5 characters long and the password must be at least 8 characters long, including at least one upper-case letter, one lower-case letter, one number and one special character.

Author

Michael Diop Rogandji

About

Simple implementation of a secure form with robust protection against common web vulnerabilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published