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
- DB
- Stack
- 가상컴퓨팅
- data structure
- javascript
- 코테
- 자료구조
- 코딩테스트
- dfs
- 크루스칼
- Java
- 클라우드 컴퓨팅
- cloud computing
- 자바의정석
- Algorithm
- Queue
- JPA
- dbms
- generic class
- 생성자
- spring
- 암호학
- python
- 알고리즘
- 공개키 암호화
- jsp
- sql
- JDBC
- MVC
- BFS
Archives
- Today
- Total
목록Authentication Protocol (1)
PLOD
[crypto]Authentication Protocols
* Authentication : 네트워크 사용자 인증 또는 단말 인증과 관련되는 보안 서비스를 제공하는 프로토콜 ex) 1) Hash password with salt. 2) attacks on authentication software, keystroke logging, etc, can be issues. 1. Simple Authentication - Simple Authentication attack Replay attack 발생 - Better Authentication 여기서 Alice가 Hash를 이용해 password를 암호화 하여 보낼 수 있다. 하지만 Trudy가 Hash 값을 알고 있기 때문에여전히 replay attack이 가능함. 그리고 비밀번호가 같은 이상 Hash 값이 항상 같..
computer science/Cryptography
2022. 12. 7. 08:32