Skip to content
João Medeiros edited this page Jun 21, 2023 · 66 revisions

Security

This wiki has the purpose to assist students on the activities of the Security course. The next section presents the content pages and describe them briefly.

flowchart TB
  subgraph nid[Network]
    subgraph hid[Host]
      subgraph aid[Application]
        subgraph did[Data]
        end
      end
    end
  end

style nid fill:#8f8,stroke:#000
style hid fill:#afa,stroke:#000
style aid fill:#cfc,stroke:#000
style did fill:#fff,stroke:#000
Loading

Content

Secure Code - an overview of buffer overflow, code injection and how to avoid them.
Cryptology - an overview of the use of codes to protect data and communications.
Steganography - an overview of the use of media to hide data.
Network - an overview of network security techniques and tools.

Clone this wiki locally