Question: Please include HTML code that goes with PHP. Thank you! For this assignment you will write a PHP script to complete the following tasks: .
Please include HTML code that goes with PHP. Thank you!

For this assignment you will write a PHP script to complete the following tasks: . Display a message to the user indicating that their password must meet the folllowing criteria: At least 12-20 characters in length, with a combination of uppercase letters, lowercase letters, numbers, and symbols . Create a form that contains an appropriate input element for receiving the user's password (i.e., the password characters typed should not be visible) . Display a submit button for the user to press when the password has been entered . Display error messages if the user has not entered a password and/or if the user has entered a password that does not meet the-criteria . Display the user's password at the bottom . Display the name, hash contents and length of the hash for at least three (3) hashing algorithms that may be implemented in PHP. (One of the hashing algorithms must be SHA256) . Display which hashing algorithm is considered to be most secure and briefly describe why it is considered most secure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
