You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Develop a Java application and create a user-defined Java class to maintain data about a user’s credentials to log into an application or system. This will include a user’s name and password and an additional piece of data to encrypt the password using a Caesar cipher.
Validate all parameters in UserAccount.
Encryption and decryption is handled properly.
The driver is used to test the UserAccount class.
About
Develop a Java application where you will create a user-defined Java class to maintain data about a user’s credentials to log into an application or system. This will include a user’s name and password and an additional piece of data to help with encryption. We will visit the Caesar cipher again.