Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Project Your project consists of the creation of a generic authentication accounts in which each user will indicate: Name, Last Name, username, and password.

C++ Project

image text in transcribed

Your project consists of the creation of a generic authentication accounts in which each user will indicate: Name, Last Name, username, and password. The program must create and assign a user account number that starts in 1000 and goes on infinitely. It must also encode the user's password using a robust encryption algorithm, i.e. hash. Users' data will be stored in a file. The program must also allow for a user's password. The program must include at least one class. Evaluation Criteria: Code efficiency: streamlined code with appropriate design of task-focused functions 40% Interface: User-centered prompts and outputs 2096 Documentation: 10% Execution time and effectiveness: 10% Presentation: 20% Your project consists of the creation of a generic authentication accounts in which each user will indicate: Name, Last Name, username, and password. The program must create and assign a user account number that starts in 1000 and goes on infinitely. It must also encode the user's password using a robust encryption algorithm, i.e. hash. Users' data will be stored in a file. The program must also allow for a user's password. The program must include at least one class. Evaluation Criteria: Code efficiency: streamlined code with appropriate design of task-focused functions 40% Interface: User-centered prompts and outputs 2096 Documentation: 10% Execution time and effectiveness: 10% Presentation: 20%

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions