Notice
Recent Posts
Recent Comments
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 |
Tags
- Media
- Singleton
- 싱글턴
- 국제운전면허증
- 디자인 패턴
- Decorator pattern
- 엑셀
- Video
- C++
- 엑셀 여러창 띄우기
- proxy
- C
- 데이터
- Down
- stapleton
- 통계
- 데이터 마이닝
- Design Pattern
- 오피스
- penfield
- WEB
- 이클립스
- Double Checking Locking
- r
- 프로그래밍 언어
- 데코레이터 패턴
- 프록시
- Renderer
Archives
- Today
- Total
Kaboom
RSA & AES Encryption 본문
RSA
- Rivest-Shamir-Adleman의 앞글자를 따서 붙임.
- 두 소수 기반의 암호 시스템.
- Public Key : 메시지를 암호화하는데 사용되는 Key.
- Private Key : 메시지를 복호화하는데 사용되는 Key.
AES
- Advanced Encryption Standard의 약자
Comments