MJay
정보 보호 본문
정보 보호
정보보호특론
정보보호특론
정보 보호의 목적
- Confidentiality
- Integrity
- Availiablity
- Authentication
정보를 나쁘게 쓰는 Case
- cipher-text only attack
- brute force
- statistical analysis
- chosen-plain text attack
DES
1. Data Encryption Standarard
- 64bit
- 해독할 수 있다
- 블록 암호이다. (암호학에서 블록 암호(block cipher)란 기밀성 있는 정보를 정해진 블록 단위로 암호화하는 대칭키 암호 시스템이다. 만약 암호화하려는 정보가 블록 길이보다 길 경우에는 특정한 운용 모드가 사용된다.
- 16 identical rounds of function application each using different 48 bits of key
AES
- Advanced Encryption Standard
- Symmetric이다.
Public Key Cryptography
- sender랑 receiver가 secret key를 더 share 하지 않는다.
- public key를 모두가 알고 있다.
RSA를 통해 Public과 Private Key 만들기