/CMSC134-Writeups

CMSC134 Introduction to Security Writeups

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

CMSC134 Intro to Computer Security Writeups

Writeups

DATE Writeup
2024-02-09 Writeup 0: Human Factors in Computer Security
2024-02-24 Machine Problem 1: Buffer overflow to exit
2024-03-09 Writeup 1: Discuss IND-CPA Security and the ECB Mode of Block Cipher Operation
2024-04-06 Machine Problem 2: RSA encryption
2024-04-15 Writeup 2: CAPTCHAs
2024-05-04 Machine Problem 3: This Damned Vulnerable Snake!

Format

Please follow this format below for writing new writeups:

---
title: <title>
date: YYYY-MM-DD
author:
  - author1
  - author2
  - author3
---

# <title>

## References

The date field should be the deadline of submission.

References should be written in footnotes if possible.

Writing Convention

  • Sentences must be placed on a new line.

Example:

This a sentence.
This is another sentence, of course.
The last sentence in the paragraph.