You are one of three finalist for an entry level programming job at a Fortune 500 company. As a part of the final interview process, you must take a programming logic exam. The hiring manager is not interested in what languages you know, but how well you can describe programming logic using either flowcharts or pseudocode.
Exercise
Create a flowchart or pseudocode that describes the process for a user to create a login account for a system The system will store the username in plain text but the password will be securely stored by usingsalted hash cryptography(Links to an external site.)method.
You will be creating the portion of the program that will do the following: