개발자라면 한번쯤은 보러오는 곳
[Information System Security] Applied cryptography 본문
학교 수업/Information System Security
[Information System Security] Applied cryptography
okpyo11 2022. 10. 29. 11:30728x90
반응형
Secret sharing algorithms
- 참가자 그룹간에 비밀을 배포하는 방법
- 각 참가자에게 비밀의 몫이 할당됨
- 공유된 것들이 함께 결합되어야만 비밀 재구성이 가능해진다.
- 개별은 그 자체로 아무런 쓸모가 없다.
왜 필요할까?
- 엄격한 제어기능 제공 및 단일 지점 취약성 제거
- 개별 키 공유자가 데이터 변경 / 액세스 할 수 없음
- k 개 이상의 조각이 모여 S를 만든다.
- k-1이하의 조각으로는 S를 만들 수 없음
Blind signatures
- 발신자의 프라이버시가 중요한 프로그램에서 많이 사용
- ex) 전자 투표 프로토콜
Kerberos
- 대칭 기반 인증 시스템
728x90
반응형
'학교 수업 > Information System Security' 카테고리의 다른 글
[Information System Security] Certificate Authority (0) | 2022.11.02 |
---|---|
[Information System Security] TLS(Transport Layer Security) (0) | 2022.10.31 |
[Information System Security] Asymmetric key cryptography (0) | 2022.10.25 |
[Information System Security] Hash (0) | 2022.10.23 |
[Information System Security] Cryptography (0) | 2022.10.21 |
Comments