From 85a7092d55a271ea7b1bafca163f054e2c924ae1 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Tue, 6 Jan 2026 12:14:24 -0500 Subject: [PATCH] Fix formatting inconsistencies in UNDER_THE_HOOD.md --- UNDER_THE_HOOD.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/UNDER_THE_HOOD.md b/UNDER_THE_HOOD.md index ab9a26f..e19a49d 100644 --- a/UNDER_THE_HOOD.md +++ b/UNDER_THE_HOOD.md @@ -35,7 +35,7 @@ A detailed breakdown of how Stegasoo's LSB and DCT steganography modes work unde │ Message/File ────────────────────────► AES-256-GCM ──► Ciphertext │ │ Encryption │ │ │ ▼ │ -│ Carrier Image ───────────────────────────────────────► Embedding ──► Stego│ +│ Carrier Image ───────────────────────────────────────► Embedding ─► Stego │ │ (LSB/DCT) Image │ │ │ └─────────────────────────────────────────────────────────────────────────────┘ @@ -626,7 +626,7 @@ Factor 1: Reference Photo ─┐ • 80-256 bits entropy │ • "Something you have" │ ├──► Combined entropy: 133-400+ bits -Factor 2: Passphrase │ (Beyond brute force) +Factor 2: Passphrase │ (Beyond brute force) • 43-132 bits entropy │ • "Something you know" │ • 4 words default (v4.0) │ @@ -688,7 +688,7 @@ AUTHENTICATED ENCRYPTION (AES-256-GCM) ``` ┌──────────────────────────────────────────────────────────────────────────────┐ -│ ENCODE FLOW (v4.0) │ +│ ENCODE FLOW (v4.0) │ └──────────────────────────────────────────────────────────────────────────────┘ User Inputs Processing Output @@ -714,14 +714,14 @@ Carrier Image ────────────────────── │ │ ┌───────────┴─────┴────────────┐ │ │ - LSB Mode DCT Mode + LSB Mode DCT Mode │ │ ▼ ▼ - embed_lsb() embed_in_dct() - (pixel LSBs) (DCT coefficients) + embed_lsb() embed_in_dct() + (pixel LSBs) (DCT coefficients) │ │ ▼ ▼ - PNG Output PNG or JPEG + PNG Output PNG or JPEG │ │ └──────────┬───────────────────┘ │