Added a lesson for the CIA-Triad in the general category explaining the three elements of the triad.

This commit is contained in:
Benedikt - Desktop
2018-11-02 13:51:36 +01:00
committed by Nanne Baars
parent 0529289f6d
commit d2a2716a9a
10 changed files with 152 additions and 0 deletions

View File

@ -0,0 +1,7 @@
== The CIA Triad
The CIA Triad (confidentiality, integrity, availability) is a model for information security.
The three elements of the triad are considered the most crucial information security components and should be guaranteed in any secure system. +
If only one of those three elements can be breached it can have serious consequences for the parties concerned.
The CIA Triad was created to provide a baseline standard for evaluating and implementing security regardless of the underlying system or/and organization.