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.

  • 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

  • Validate the info given and display the profile associated with the user

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!