skarltjr / Memory_Write_Record

나의 모든 학습 기록
0 stars 0 forks source link

DID - Decentralized Identifiers #31

Open skarltjr opened 3 years ago

skarltjr commented 3 years ago

todo : 정리 w3c 표준화 제정 단계 : https://wit.nts-corp.com/2013/10/16/280 언제 / 누가 발표 / 무엇 / 왜 인가? https://medium.com/bucheon-smartcity/did%EB%9E%80-%EB%AC%B4%EC%97%87%EC%9D%BC%EA%B9%8C-c408ddd7d81b 국내 사용 사례 https://newsroom.koscom.co.kr/18651 https://ssimeetupkorea.github.io/did-core/ https://www.tta.or.kr/data/androReport/standExplan/4%EA%B6%8C.%20%ED%83%88%EC%A4%91%EC%95%99%20ID%ED%91%9C%EC%A4%80%20%ED%95%B4%EC%84%A4%EC%84%9C-v6%20%EA%B0%80%EC%A0%9C%EB%B3%B8%EC%9A%A9.pdf https://fortheneedy.medium.com/verifiable-credential-model%EC%9D%98-%EA%B0%9C%EB%85%90-b0f30c12bdf8 http://blog.illunex.com/12-did/ https://journal-home.s3.ap-northeast-2.amazonaws.com/site/netsec2020/netsec-file/%EB%A5%98%EC%9E%AC%EC%B2%A0.pdf https://comart.io/blog/%ED%83%88%EC%A4%91%EC%95%99%ED%99%94-%EC%8B%A0%EC%9B%90%EC%A6%9D%EB%AA%85-did-verifiable-credential

skarltjr commented 3 years ago

Decentralized Identifiers (DIDs) v1.0

W3C Proposed Recommendation 03 August 2021

identifier를 알아보기 전 identifier가 사용되는 생태계 ( identity )를 알아보기

0. DID

1. VC( verifiable credential )을 발행기관 ( ex.국가 기관)등에 요청

2. VC( ex.신원증명서)를 생성

3. VC발급

4. 개인은 발급받은 VC를 디지털 지갑에 저장

5. 발급기관은 발급한 VC에 대한 "검증정보"를 블럭체인에 등록 ( 발급기관 did, 발급기관 공개키.. )

6. 그림에선 주체의 공개키를 블록체인에 등록하는데 did를 생성하고 만든 did document에 이미 공개키가 포함될 수 있다.

7. VP제출 ( verifiable presentation )

8. 검증


skarltjr commented 3 years ago

Decentrailzed Identifier

DID 예시

DID 구성요소

DID의 특징

  1. A persistent identifier
    • it never needs to change
  2. A resolvable identifier
    • discover information by looking it up
  3. A cryptographically-verifiable identifier
    • can prove control using cryptography
  4. A decentralized identifier
    • no centralized registration authority is required

1. pid

2. resolvable identifier

3. A cryptographically-verifiable identifier

4. A decentralized identifier

https://www.youtube.com/watch?v=SHuRRaOBMz4

skarltjr commented 3 years ago

DID.pptx