| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- forensic
- 대칭키 암호
- Symmetric key algorithm
- c
- 대칭키암호
- Symmetric key
- 파이썬 문법
- C언어
- 파이썬
- block cipher
- python
- 파이썬 공부
- The python challenge
- php
- 암호학
- network forensic
- 네트워크
- CTF
- 암호수학
- 웹
- 포렌식
- pythonchallenge
- NFPC
- 파이썬 문제
- Stream cipher
- Defcon
- Symmetric key crypto
- DefCon 21
- 암호
- WEB
Archives
- Today
- Total
Hdssd
Security Cornerstones(보안 초석) 본문
SMALL
Security Cornerstones(보안 초석)
1. Confidentiality(기밀성)
-> To prevent unauthorized reading of information. ( 권한이 없으면 정보를 읽지 못하게 방지하는 것. )
2. Integrity(무결성)
-> To prevent unauthorized writing of information. ( 권한이 없으면 정보의 쓰기를 방지하는 것. )
3. Availability(가용성)
-> To provide access to information whenever consumers want. ( 소비자가 원할 때 정보의 접근을 제공하는 것. )
LIST
'Computer > Crypto math' 카테고리의 다른 글
| [Stream cipher] RC4 (0) | 2018.04.14 |
|---|---|
| [Stream Cipher] A5/1 (0) | 2018.04.14 |
| Symmetric Key Crypto(대칭 키 암호) (0) | 2018.04.13 |
| Security Threats(보안 위험) (0) | 2018.04.12 |
| Euclidean Algorithm C로 구현. (0) | 2018.04.03 |