In this exercise you will update your web site to include a password update form and provide additional validation on th

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

In this exercise you will update your web site to include a password update form and provide additional validation on th

Post by answerhappygod »

In this exercise you will update your web site to include apassword update form and provide additional validation on thepassword check. Specifically you should create:a. Password update Form – This Python form allows a previouslyregistered user to reset their password after they havesuccessfully logged in.b. Authentication functions – These Python functions will check thefollowing NIST SP 800-63B criteria are met upon passwordupdate: Use the previous criteria for password length and complexity.(This work should already be done.) Compare the prospective secrets against a list that containsvalues known to be commonly-used, expected, or compromised(Provided as CommonPasswords.txt). If the chosen secret is found in the list, the application SHALLadvise the subscriber that they need to select a differentsecret.c. Logger – Create a log to log all failed login attempts. The Logshould include date, time and IP address.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply