Skip to content

Commit

Permalink
IN0042_ITSEC: Append some questions
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Feb 28, 2024
1 parent 74c224f commit b98ecc7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions IN0042_ITSEC/ITsec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ cards:
- type: html
id: 43 # (generated)
front: Welche Schutzziele haben MACs?
back: Vertraulichkeit, Integrität, Authentizität
back: Integrität und Authentizität


- type: html
Expand Down Expand Up @@ -761,8 +761,16 @@ cards:
- type: markdown
id: 106 # (generated)
front: Was sinf PEP und PDP? Beispiele?
front: Was sind PEP und PDP? Beispiele?
back: |-
- Policy decision point: Führt beim ersten Zugriff auf ein Objekt eine Kontrolle durch und stellt bescheinigung aus
- Policy enforcement point: Führt zulässigkeitskontrolle basierend auf bescheinigung aus
- Beispiele: PDP: open() syscall stellt einen int token aus PEP: read() syscall token, wird geprüft
- type: markdown
front: |
Angenommen das jedes Zeichen aus einem Passwortalphabet M gleich
wahrscheinlich ist. Wie berechnet man die Entropie für ein Password der Länge
L?
back: |
log_2(|M|^L)

0 comments on commit b98ecc7

Please sign in to comment.