What is capability-based security?
Capability-based security is a concept in which a capability or unforgeable token of authority is used by a user program to access an object. The capability or token of authority contains a value that refers to an object with a set of access rights. If the user program has proper access rights to access an object as per the token of authority, access is granted to the user program. Otherwise, access is denied.
Why do we need capability-based security, and how does it work? In this article, we would discuss that in detail.
In this article, we will discuss:
-
What is capability-based security?
-
Why do we need capability-based security?
-
An example of capability-based security
0 Comments