mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
vault backup: 2022-10-20 13:05:03
This commit is contained in:
parent
9c1a29a2b7
commit
cabbba858a
@ -4,6 +4,9 @@ aliases:
|
|||||||
tags:
|
tags:
|
||||||
- cosc203
|
- cosc203
|
||||||
- lecture
|
- lecture
|
||||||
|
sr-due: 2022-10-23
|
||||||
|
sr-interval: 3
|
||||||
|
sr-ease: 250
|
||||||
---
|
---
|
||||||
|
|
||||||
# what is it?
|
# what is it?
|
||||||
@ -105,13 +108,32 @@ RSA
|
|||||||
- problem: man in the middle attack: trudy poses as alice to bob, and as bob to alice
|
- problem: man in the middle attack: trudy poses as alice to bob, and as bob to alice
|
||||||
- 
|
- 
|
||||||
- need a better way to get public key
|
- need a better way to get public key
|
||||||
|
|
||||||
|
# digital signature
|
||||||
- Digital signatures
|
- Digital signatures
|
||||||
- analogous to hand-signatures
|
- analogous to hand-signatures
|
||||||
- sender digitally signs a document
|
- sender digitally signs a document
|
||||||
- verifiable, nonforgeable
|
- verifiable, nonforgeable
|
||||||
- simple digital signature
|
- simple digital signature
|
||||||
- bob signs with his private key: creating signed message
|
- bob signs with his private key: creating signed message
|
||||||
-
|
- alice uses publc key to verify
|
||||||
|
- issue
|
||||||
|
- lots of computation on long messages
|
||||||
|
- hash function
|
||||||
|
- apply hash function to get fixed size message digest, H(m)
|
||||||
|
- then sign on the digest not the full message
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
# certification authorities
|
||||||
|
- binds public key to particular entity, E
|
||||||
|
- entity registers its public key with CE provides proof of identity to CA
|
||||||
|
- CA creates cert binding id E to E's public key
|
||||||
|
- cert containing E's public key digitally signed by CA
|
||||||
|
- when alice wants bobs public key
|
||||||
|
- get bobs cert
|
||||||
|
- apply CAs public key to bobs certificate, get bobs public key
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
# digital signature
|
|
||||||
|
|||||||
@ -52,6 +52,7 @@ tags:
|
|||||||
- [21-data link layer and LAN](21-data-link-layer)
|
- [21-data link layer and LAN](21-data-link-layer)
|
||||||
- [22-LAN and physical layer](22-LAN-physical-layer)
|
- [22-LAN and physical layer](22-LAN-physical-layer)
|
||||||
- [23-wireless-mobile](23-wireless-mobile)
|
- [23-wireless-mobile](23-wireless-mobile)
|
||||||
|
- [24-network-security](notes/24-network-security.md)
|
||||||
-
|
-
|
||||||
|
|
||||||
# Archive
|
# Archive
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user