Summary
Samenvatting Security - Hogeschool Utrecht (Leerjaar 2)
Course
Security (SECURITY)
Institution
Hogeschool Utrecht (HU)
Dit is een samenvatting van het vak ‘Security’ van de opleiding ‘Cybersecurity en Cloud’ van jaar 2. Het boek dat wordt behandeld is geschreven door Wenliang Du met als titel: “Internet Security - A hands-on Approach.” (Second Editon).
[Show more]
Preview 3 out of 18 pages
Summarized whole book?
No
Which chapters are summarized?
H5, h8, h9, h10, h11, h14, h15, h16
Uploaded on
December 24, 2019
Number of pages
18
Written in
2019/2020
Type
Summary
security
cybersecurity
cloud
systeembeheer
netwerkbeheer
sne
beveiliging
cisco
internet security
vpn
ipsec
crypto
sql injection
ccna
hu
hogeschool utrecht
Book Title: Internet Security
Author(s): Wenliang Du
Edition: Unknown
ISBN: 9781733003919
Edition: 2
Institution
Hogeschool Utrecht (HU)
Education
ICT
Course
Security (SECURITY)
All documents for this subject (2)
By: mohammedelouali • 3 year ago
By: theblade • 3 year ago
Translated by Google
Prima summary
$8.57
Also available in package deal from $10.72
Added
Add to cart
Add to wishlist
100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached
Also available in package deal (2)
Bundel samenvatting Security - Hogeschool Utrecht (2e jaar)
1. Flashcards - Oefenvragen security
2. Summary - Samenvatting security - hogeschool utrecht (leerjaar 2)
3. Summary - Security hbo-ict - ccna security samenvatting (hogeschool utrecht)
Show more
Samenvatting Security stof + CCNA security - Hogeschool Utrecht (Leerjaar 2)
1. Flashcards - Oefenvragen security
2. Summary - Samenvatting security - hogeschool utrecht (leerjaar 2)
3. Summary - Security hbo-ict - ccna security samenvatting (hogeschool utrecht)
Show more
Opleiding: Cybersecurity & Cloud
Samenvatting
Security
Samengevat door: Qamar
Qamar
20-12-2019
,Inhoud
Inleiding ................................................................................................................................................... 2
Virtual Private Network ........................................................................................................................... 2
IP Tunneling ............................................................................................................................................. 3
Twee soorten IP-tunneling ...................................................................................................................... 4
Een overzicht van hoe TLS / SSL VPN werkt ............................................................................................ 4
Secret-Key Encryption ............................................................................................................................. 5
Substitution Cipher (Substitudieversleuteling) ....................................................................................... 5
Monoalphabetic Substitution Cipher .................................................................................................. 5
Breaking Monoalphabetic Substitution Cipher ................................................................................... 6
Data Encryption Standard (DES) .............................................................................................................. 7
Advanced Encryption Standard (AES)...................................................................................................... 7
One-Way Hash Functions ........................................................................................................................ 7
MD (Message Digest) .......................................................................................................................... 7
SHA (Secure Hash Algorithm) .............................................................................................................. 7
Public Key Cryptography ......................................................................................................................... 8
Diffie-Hellman Key Exchange .................................................................................................................. 8
Turn DH Key Exchange into a Public-Key Encryption Algorithm ............................................................. 9
RSA Algorithm.......................................................................................................................................... 9
Modulo Operation ............................................................................................................................... 9
Euler’s Theorem ................................................................................................................................ 10
RSA: Key Generation.............................................................................................................................. 10
RSA: Encryption and Decryption ....................................................................................................... 10
RSA Exercise: Small Numbers ............................................................................................................ 11
Hybrid Encryption .............................................................................................................................. 11
Public Key Infrastructure ....................................................................................................................... 11
Public Key Cryptography ................................................................................................................... 11
Man-in-the-Middle (MITM) Attack.................................................................................................... 11
Public Key Certificates ........................................................................................................................... 12
Root and Intermediate Certificate Authorities ................................................................................. 12
Root CAs and Self-Signed Certificate ................................................................................................. 12
Intermediate CAs and Chain of Trust ................................................................................................ 13
Creating Certificates for Intermediate CA ......................................................................................... 13
Cross Site Request Forgery (CSRF)......................................................................................................... 13
Cross-Site Requests and Its Problems ............................................................................................... 14
CSRF Attacks on HTTP Get Services ................................................................................................... 14
1
, Cross-Site Scripting (XSS) Attack ........................................................................................................... 15
............................................................................................................................................................... 15
SQL Injection Attack .............................................................................................................................. 16
Inleiding
Dit is een samenvatting van het vak ‘Security’ van de opleiding ‘Cybersecurity en Cloud’ van jaar 2.
Het boek dat wordt behandeld is geschreven door Wenliang Du met als titel: “Internet Security - A
hands-on Approach.” (Second Editon). De volgende hoofdstukken zijn samengevat:
• 5.1 & 5.2
• 8.1, 8.2 & 8.3
• 9.1 & 9.3
• 10.1, 10.2, 10.3
• 11.2, 11.3, 11.4 t/m 11.4.3
• 14
• 15
• 16
Let op: De hoofdstukken uit CCNA security zijn hier niet in meegenomen:
• Chapter 2
• Chapter 3
• Chapter 4
• Chapter 5
• Chapter 6
• Chapter 8
2