Question: Part Two: Authentication and access control system You are to implement a simple file system with login authentication and access control. Specifically: Construct a hash
Part Two: Authentication and access control system You are to implement a simple "file system" with login authentication and access control. Specifically: Construct a hashsaltshadow based userpassword creation system. Construct a hashsaltshadow based user authentication system. Construct an associated file system, into which a user can log Files can be created, read from, written to but only in accordance with a fourlevel access control model. The levels of the fourlevel access control model are and is dominated by and ; and and are dominated by ; and is dominated by Remark: You do not need to have an actual file system, simply an internal collection of records at the levels specified. You can implement the program in C
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
