Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Alternative Assignment 2 Task: Create a protected user account database.using PHP and SQL Detail: Create a protected user account database where is security identify a

Alternative Assignment 2

Task: Create a protected user account database.using PHP and SQL

Detail:

Create a protected user account database where is security identify a user is allow them to access to the system (Home page), based on the following requirements:

You suppose to implement secure registration form using regular expression and proper validation, login page with username and password-based authenticated using the following mandatory:

  1. Must allow the creation, deletion of user accounts
  2. Must provide a demonstration application that grants user access when provide a valid username/password pair
  3. The passwords must be protected. No administrator who has access to the underlying file system should be able to see clear text passwords (cryptographic hashing).
  4. The password file itself should be protected from tampering
  5. Reject any attempts to provide invalid data.
  6. Each user account required a validation
  7. Password must be protected using cryptography hashing such as md5, sha1, sha2, crypto, based_64.
  8. Protect session and cookies

Prepare report included cover page, screenshot for your code and small description for each screen

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions