1112zakaria / user-auth-access-control-prototype

0 stars 0 forks source link

Implement the password file #8

Closed 1112zakaria closed 9 months ago

1112zakaria commented 10 months ago

Implement the password file designed in #6 and #7 . Password file should be a plaintext file called passwd.txt.

Implement functions to add records to the password file and to retrieve records from the password file.

Include code fragments in the report and clearly describe the design implementation.