Question: Build a program that will use a text file as a database. This is not a secure way to save or store data but it

Build a program that will use a text file as a database. This is not a secure way to save or store data but it will help you learn an easy way to save information. The full specifications are given in the following linked PDF: Problem 7. You must use your UH email to access the PDF. You are given a file with username data and password data for all users named 'passwords.txt'. The format of the data is as shown below:
contents and format for passwords.txt. No information on length of the file is given
username1,password1
username2,password2
username3,password3
...

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 Programming Questions!