Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.33 KB

File metadata and controls

42 lines (28 loc) · 1.33 KB

ProfiDE Book Chapters

An index of chapters organized by topic. Each top-level directory is a section; files inside are individual chapters or pages.


Security

Topics on information security, defensive practices, and core security concepts.

Chapter File Summary
CIA Triad CIA-Triad.md Confidentiality, integrity, and availability—the three foundational principles of information security.
DAD Triad DAD-Triad.md Disclosure, alteration, and denial—the attacker's counterpart to CIA and a framework for understanding threat goals.

Story

Short stories and creative writing.

Chapter File Summary
The Parrot The-Parrot.md A morning at the park and a conversation with a free parrot among the trees.

How to Read

Chapters live in topic folders at the repo root. Open any file linked above, or browse the directories directly:

Book/
├── Chapters.md      ← you are here
├── Security/
│   ├── CIA-Triad.md
│   └── DAD-Triad.md
└── Story/
    └── The-Parrot.md

New sections will show up here as folders and files are added to the book. If you notice something missing, feel free to open an issue to let us know!