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 | 31 |
Tags
- Spring Batch
- pytest
- preemption #
- Value too long for column
- 코루틴 빌더
- PytestPluginManager
- taint
- k8s #kubernetes #쿠버네티스
- 자원부족
- 코루틴 컨텍스트
- 깡돼후
- VARCHAR (1)
- terminal
- JanusWebRTCGateway
- JanusWebRTCServer
- vfr video
- 오블완
- JanusWebRTC
- mp4fpsmod
- 달인막창
- tolerated
- 헥사고날아키텍처 #육각형아키텍처 #유스케이스
- 개성국밥
- PersistenceContext
- table not found
- python
- kotlin
- 티스토리챌린지
- 겨울 부산
- JanusGateway
Archives
목록caesar cipher (1)
너와 나의 스토리
[컴퓨터 보안] Classical Encryption Techniques
Definitions Plaintext 암호화하려는 대상(숨기려는 대상) Ciphertext (암호문) 암호화가 된 결과물 그냥 봐서는 내용을 알아볼 수 없다 Enciphering/encryption (암호화) plaintext를 ciphertext로 변환하는 과정 Deciphering/decryption (복호화) ciphertext로부터 plaintext를 복구하는 것 Cryptography 암호화 기술을 연구하는 학문 Cryptographic system/cipher 암호화하는 알고리즘, 논리 Cryptanalysis 암호화된 것들을 공격하는 것 enciphering 지식이 없이 메시지를 deciphering하는 데 사용되는 기술 예: Ciphertext로부터 plaintext를 얻거나, 암호화할 ..
Computer Security
2020. 10. 23. 22:25