Answered step by step
Verified Expert Solution
Question
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:
- Must allow the creation, deletion of user accounts
- Must provide a demonstration application that grants user access when provide a valid username/password pair
- 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).
- The password file itself should be protected from tampering
- Reject any attempts to provide invalid data.
- Each user account required a validation
- Password must be protected using cryptography hashing such as md5, sha1, sha2, crypto, based_64.
- 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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started