일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 대칭키암호
- 포렌식
- Stream cipher
- forensic
- C언어
- Defcon
- 암호수학
- block cipher
- DefCon 21
- python
- WEB
- Symmetric key
- 웹
- php
- 파이썬
- c
- network forensic
- 암호학
- NFPC
- 파이썬 문제
- pythonchallenge
- 파이썬 문법
- 네트워크
- 대칭키 암호
- The python challenge
- CTF
- 암호
- Symmetric key crypto
- Symmetric key algorithm
- 파이썬 공부
Archives
- Today
- Total
Hardner
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 |