Question: Programming Challenges in Java write a code in java to solve this problem. Activity: User interface, input validation, and computer security Specifications / Requirements Menu
Programming Challenges in Java
write a code in java to solve this problem.
Activity: User interface, input validation, and computer security
Specifications / Requirements
- Menu Items
-
- Create a profile
- Ask the user for a name, university, gender, email, and telephone number.
- Create a profile
- Ask for a username (check to see if the username is not already used)
- Usernames are not case sensitive
- Ask for a password (direct the user to enter the password twice and check the validity)
- Passwords are stored encrypted using Caesar cipher with shift using a random number
- Passwords are not case sensitive
- Display profile
- Ask the user to login
- Username
- Password
- Ask the user to login
- Validate the info given and display the profile associated with the user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
