notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

ComputerSecurity.md (2125B)


      1 # Computer Security
      2 
      3 Main index for notes related to CSCI 370, Computer Security, and other security topics>
      4 
      5 ## Chapter 1 - Background
      6 
      7 ### 1.1 - Cyber, info, network sec
      8 
      9 - [Cybersecurity](Cybersecurity.md)
     10 - [Information Security](InformationSecurity.md)
     11 - [Network Security](NetworkSecurity.md)
     12 - Three key objectives
     13     - [Confidentiality](Confidentiality.md)
     14     - [Integrity](Integrity.md)
     15     - [Availability](Availability.md)
     16 - [Non Repudation](NonRepudation.md)
     17 
     18 ### 1.2 - OSI Security Architecture
     19 
     20 - [OSI](OSI.md)
     21 
     22 ### 1.3 - Security Attacks
     23 
     24 - [Passive Attacks](PassiveAttacks.md)
     25 - [Active Attacks](ActiveAttacks.md)
     26 
     27 ### 1.4 - Security Services (ways to support requirements of CIA triad)
     28 
     29 - [Authentication](Authentication.md)
     30 - [Non Repudation](NonRepudation.md)
     31 - [Integrity](Integrity.md)
     32 - [Availability](Availability.md)
     33 
     34 ### 1.5 - Security Mechanisms
     35 
     36 - [Integrity](Integrity.md)
     37 
     38 ### 1.6 - Cryptography
     39 
     40 - [Cryptography](Cryptography.md)
     41 - [Keyless](Keyless.md)
     42 - [Single Key](SingleKey.md)
     43 - [Two Key](TwoKey.md)
     44 - [Digital Signature](DigitalSignature.md)
     45 
     46 ### 1.8 - Trust
     47 
     48 - [Trust](Trust.md)
     49 
     50 ## Chapter 2: Introduction to Number Theory
     51 
     52 ### 2.1 - Divisibility and The Division Algorithm
     53 
     54 - [Division Rules](DivisionRules.md)
     55 - [Division Algorithm](DivisionAlgorithm.md)
     56 - [Relatively Prime](RelativelyPrime.md)
     57 
     58 ### 2.2 - The Euclidean Algorithm
     59 
     60 - [Euclidean Algorithm](EuclideanAlgorithm.md)
     61 - [GCD](GCD.md)
     62 
     63 ### 2.5 - Fermat's and Euler's Theorems
     64 
     65 - [Fermats Theorem](FermatsTheorem.md)
     66 - [Eulers Totient Function](EulersTotientFunction.md)
     67 - [Eulers Theorem](EulersTheorem.md)
     68 
     69 ### 2.6 - Primality Tests
     70 
     71 - [Miller Rabin Algorithm](MillerRabinAlgorithm.md)
     72 
     73 ### 2.7 - Chinese Remainder Theorem
     74 
     75 - [Chinese Remainder Theorem](ChineseRemainderTheorem.md)
     76 
     77 ### 2.8 - Discrete Logarithms
     78 
     79 - [Primitive Roots](PrimitiveRoots.md)
     80 
     81 ### 3.1 - Symmetric Cipher Model
     82 
     83 - [Single Key](SingleKey.md)
     84 
     85 ### 6.1
     86 
     87 - [AES](AES.md)
     88 - [Finite Field](FiniteField.md)
     89 
     90 ### 9.1
     91 
     92 - [RSA](RSA.md)
     93 
     94 ## Other Topics
     95 
     96 - [XMPP](XMPP.md)
     97 - [Briar](Briar.md)
     98 - DoubleRatchet
     99 - SASL
    100 - Tor
    101 - [OnionService](OnionService.md)