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 | 31 |
Tags
- 개발자취업
- sql
- 암호학
- 코딩테스트
- DB
- js
- javascript
- 가상컴퓨팅
- dfs
- BFS
- spring
- JPA
- 문자열
- 크루스칼
- 코딩테스트준비
- 공개키 암호화
- Java
- 생성자
- data structure
- Queue
- Algorithm
- 자료구조
- 알고리즘
- generic class
- dbms
- 자바의정석
- python
- 코테
- 항해99
- jsp
Archives
- Today
- Total
목록authentication (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