Crypt Cie 3 5 Mark
Crypt Cie 3 5 Mark
7) Evaluate why Kerberos v4 might not be preferred for implementing SSO with
Google accounts
Answer:
Answer:
1/5
Connect used by Google.
4. Single Realm Limitation: Kerberos v4 struggles with cross-realm authentication,
making SSO across multiple domains difficult.
5. Weak Security Features: Lacks support for strong encryption and modern
security standards such as AES or SHA-2.
6. Maintenance and Support: Kerberos v4 is no longer actively maintained; using it
may introduce vulnerabilities.
7. Better Alternatives: Modern SSO protocols like OAuth 2.0, OpenID Connect, or
SAML are preferred as they are compatible with Google accounts, support
federated identity, and provide secure token-based authentication.
Answer:
Question: Describe how PGP provides confidentiality and authentication services for
email application.
Answer:
2/5
If you want, I can draw a neat diagram for PGP email flow which often helps in
scoring full marks in exams.
Here’s a 7-mark style answer for your question with clear steps and analysis:
Question 1: Consider secret keys Ka and Kb shared between A & KDC and B & KDC.
Answer:
A → KDC : A, B, NA
3/5
KDC → A : {Ks , B, NA , {Ks , A}Kb }Ka
3. Forwarding to B (A → B):
A decrypts the KDC part to get Ks and forwards the encrypted message to B:
A → B : {Ks , A}Kb
4. B Acknowledgment (B → A):
B decrypts the message to get Ks , then sends a nonce NB encrypted with Ks
B → A : {NB }Ks
5. A Confirmation (A → B):
A returns NB − 1 encrypted with Ks to confirm:
A → B : {NB − 1}Ks
✅ Result: Both A and B now share the session key K securely.
s
Question 2: Apply the analysis method used for intrusion in rule-based IDS and
anomaly-based IDS.
Answer:
4/5
3. Comparison for Needham-Schroeder Context:
Rule-Based: Detects known attacks like replay of old session keys.
Anomaly-Based: Detects unusual key distribution patterns or unexpected
session requests.
If you want, I can draw the Needham-Schroeder message flow diagram and overlay
IDS detection points to make it visually perfect for a 7-mark answer.
5/5