it-security.html


* created: 2026-04-02T22:07
* modified: 2026-04-02T23:13

title

IT-Security

description

IT-Security describes the protection against intentional attacks against IT infrastructure.

related notes

IT-Security

An area on computer science that focuses on protecting the integrity, availability and authenticity of digital resources.

Safety vs Security

Safety mechanisms aim to protect against dangers that are not invoked on purpose. Security, on the other hand, mainly focuses on the protection against targeted attacks. These attacks try to manipulated, steal or denial access to data.

TLDR

Security aspects

See Goals of cryptography

  1. Integrity: Any manipulation of a resource can be detected
  2. Authenticity: The origin or authorship of a resource can be verified.
  3. Availability: The resource is accessible to authorized users when needed.
  4. Accountability: Actions and events can be traced back to a responsible entity.
  5. Confidentiality: Access to a resource is restricted to authorized parties only.
  6. Privacy: A resource cannot be used in a way that contradicts the owner's intent.