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

0 stars 0 forks source link

Design password file record structure #7

Open 1112zakaria opened 10 months ago

1112zakaria commented 10 months ago

Consider the information needed to be stored in each record of the password file.

Design and explain the structure of each record in the password file in the report.

Depends on #1 and #2

1112zakaria commented 9 months ago

I will need the user's name, the user's role, the user's hashed and salted password...

1112zakaria commented 9 months ago

Password file user structure: username, hashed password+salt, role