일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- c
- php
- 암호수학
- 암호학
- CTF
- Symmetric key
- 대칭키암호
- WEB
- 웹
- C언어
- 파이썬
- 암호
- NFPC
- pythonchallenge
- Symmetric key crypto
- python
- 대칭키 암호
- 파이썬 문법
- Symmetric key algorithm
- 파이썬 공부
- 네트워크
- forensic
- block cipher
- Defcon
- network forensic
- 파이썬 문제
- 포렌식
- The python challenge
- Stream cipher
- DefCon 21
Archives
- Today
- Total
Hardner
Security Cornerstones(보안 초석) 본문
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. ( 소비자가 원할 때 정보의 접근을 제공하는 것. )
'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 |