Secure Coding (C++) - Lab 4: Access Control
Access control is the process by which a system decides whether or not a user is allowed to make use of a resource. In this lab, you will utilize C++ to ensure that elevated privileges are held for the shortest amount of time possible, that only trusted systems are used to make access control decisions, and that business logic is enforced.
Time
45 minutes
Difficulty
Intermediate
Share
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or
Already have an account? Sign In »

Overview
Access control is the process by which a system decides whether or not a user is allowed to make use of a resource. In this lab, you will utilize C++ to ensure that elevated privileges are held for the shortest amount of time possible, that only trusted systems are used to make access control decisions, and that business logic is enforced.
Learning Partner