Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- JanusWebRTCGateway
- preemption #
- 깡돼후
- Spring Batch
- 오블완
- PersistenceContext
- PytestPluginManager
- 달인막창
- table not found
- JanusGateway
- vfr video
- 코루틴 빌더
- JanusWebRTCServer
- tolerated
- 티스토리챌린지
- mp4fpsmod
- JanusWebRTC
- 자원부족
- python
- 코루틴 컨텍스트
- 헥사고날아키텍처 #육각형아키텍처 #유스케이스
- kotlin
- 개성국밥
- k8s #kubernetes #쿠버네티스
- VARCHAR (1)
- taint
- 겨울 부산
- pytest
- terminal
- Value too long for column
Archives
목록Electronic Codebook (1)
너와 나의 스토리

* DES(Data Encryption Standard) 설명 - 참고 Double DES Encryption을 2번 하자! C = E($K_2$, E($K_1$, P)) P = D($K_1$, D($K_2$, C)) Q: key 56 bits가 두 개니까 공격하려면 112 bits를 다 돌려봐야 하니 안전하겠지? A: Nope! 그 정도는 아냐 -> Meet-in-the Middle Attack Meet-in-the Middle Attack Meet-in-the middle: 타협하다 Observation C = E($K_2$, E($K_1$, P)) P = D($K_1$, D($K_2$, C)) X = E($K_1$, P) = D($K_2$, C) 공격자가 (p, c) 쌍을 알게된 경우를 가정해보자...
Computer Security
2020. 10. 25. 02:47