WEB 407 Week 1 Individual Assignment Encrypted Login Page | University Of Phoenix
- University of Phoenix / WEB 407
- 20 Feb 2019
- Price: $17
- Other / Other
WEB 407 Week 1 Individual Assignment Encrypted Login Page | University Of Phoenix
WEB 407 Week 1 Individual Assignment Encrypted Login Page
Create a well-designed and aesthetically-pleasing login page.
You may use a login page that you have created in a prior course. Alternatively, you may add your own basic CSS to the Login Page template provided on the student website.
Apply a basic client side JavaScript® encryption function to the login fields. For examples, 1. use string manipulation, such as a to z, b to y, and so on. 2. you may employ the JavaScript methods “charCodeAt()” and “String.fromCharCode()” and perform mathematical functions on the ASCII numeric values. 3. You may declare an alphabet array and use the index of the array to change the character. You decide on the encryption type, application, and method.
Print the encrypted values back to the screen either in an input box or just in any kind of html element you wish. (p, div, span, etc.) Just so it appears on the screen.
Submit the complete application along with 1. your algorithm logic and its potential vulnerabilities. Include documentation with instructions on how to run the application.
Optionally, implement encryption or authentication using a creative method. For example, consider using Graphical User Interface (GUI) manipulation, or hashing. The advanced options will not provide additional credit, but will allow you to expand your skill set. Do not use an encryption routine from a code library. The object here is to write some JavaScript