PART A: ID/PASSWORD CREATION Write the necessary C++ code (or a language of your choice) for the following activities: Create user ID and Password pair by asking users to input ID/Password. Check the input and help users to choose an acceptable ID/Passwor

computer science

Description

PART A: ID/PASSWORD CREATION Write the necessary C++ code (or a language of your choice) for the following activities: Create user ID and Password pair by asking users to input ID/Password. Check the input and help users to choose an acceptable ID/Password based on the company security policy. Store user IDs in ID.txt, and then encrypt and store user passwords in PASSWORD.txt (Use Md5 function) // PART B: USER AUTHENTICATION Enhance your code from PART A for the following activities: Ask users for ID/Password pair Authenticate users using ID.txt and the PASSWORD.txt files.


Related Questions in computer science category


Disclaimer
The ready solutions purchased from Library are already used solutions. Please do not submit them directly as it may lead to plagiarism. Once paid, the solution file download link will be sent to your provided email. Please either use them for learning purpose or re-write them in your own language. In case if you haven't get the email, do let us know via chat support.