TU Wien:Network Security VU (Zseby)/Exam 2019-04-26 (SS19)
Zur Navigation springen
Zur Suche springen
16 questions on 9 pages, 1 hour of time
- Decrypt this message (Caesar cipher, k=3). _ _ _ _ _ _
- One-time pad: Calculate ciphertext with message xor key
- One-time pad: Name 4 properties that a key has to fulfull
- Why is it a bad idea to use a One-Time-Pad twice?
- Explain ECB
- What can be used in an attack of ECB-encrypted messages?
- What are the signature functions for RSA?
-
- Calculate the advantage for P(A(R) = 1) = 0.9 and P(A(G(s)) = 1) = 0.2
- Can G be considered as a good PRG?
- What function can be used to find out how many numbers 1 <= x <= n are relatively prime to n? Calculate it for n = 21.
- Difference between MAC and Digital Signature?
- ECC Graph, R = P+P. Show result R of Addition in the graph (figure from slides)
- Sketch Diffie Hellman Key Exchange.
- IPSec Authentication Header (AH) provides (multiple choice)
- [ ] Confidentiality only
- [ ] Integrity only
- [ ] both Confidentiality and Integrity
- TLS (multiple choice)
- [ ] In TLS the TCP Port is not encrypted
- [ ] Client auth optional
- [ ] Can use DH for key exchange
- Which classifier is better? How do we now? (Note: Figure from slide regarding "Support Vector Machines (SVMs)")
- What can be done if you only have a technique to learn a linear classifier but the data is not linear separable?