ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • [2021/03/16][짤막한 이야기 - 무결성(요약)]
    짤막한 이야기 2021. 3. 16. 15:39
    728x90
    반응형

    [2021/03/16][짤막한 이야기 - 무결성(요약)]
    앞선 포스트에서는 “무결성”과 관련된 암호프리미티브를 제시하였다.
    각 프리미티브를 요약하면 다음과 같다.
    “변조 감지 코드”는 비밀 정보를 전혀 사용하지 않으며, “메시지 무결성”을 제공한다.
    “메시지 인증 코드”는 비밀 정보로 대칭키를 사용하며, “메시지 무결성”과 “메시지 인증”을 제공한다.
    “전자 서명”은 비밀 정보로 비대칭키를 사용하며, “메시지 무결성”과 “메시지 인증”, “부인 방지”를 제공한다.
    생성 속도 측면에서는 “비대칭키 < 대칭키 < No-Key”에 해당하기 때문에 “전자 서명”이 가장 느리며 “변조 감지 코드”가 가장 빠르다.
    안전성 측면에서는 “전자 서명”이 암호화 키만 공개하면 되기 때문에 가장 공유하기 안전하며, “메시지 인증 코드”는 대칭키의 사전 공유가 필요하다.
    “변조 감지 코드”의 경우 비밀 정보의 사전 공유는 필요하지 않아 편리하겠지만, 가장 안전하지 않다고 볼 수 있다.
    [관련된 짤막한 이야기 - 해쉬 함수[2021/02/04]]
    [관련된 짤막한 이야기 - 메시지 인증 코드[2021/03/02]]
    [관련된 짤막한 이야기 - 전자 서명[2021/03/13]]
    #이야기 #루니프 #무결성 #암호프리미티브 #변조감지코드 #메시지인증코드 #전자서명

    [2021/03/16][Short Story - Integrity(Summary)]
    In the previous post, cryptographic primitives related to "Integrity" were presented.
    Each primitive is summarized as follows.
    “Modification Detection Code” does not use any confidential information and provides “Message Integrity”.
    “Message Authentication Code” uses a symmetric key as secret information, and provides “Message Integrity” and “Message Authentication”.
    “Digital Signature” uses an asymmetric key as secret information, and provides “Message Integrity”, “Message Authentication”, and “Non-Repudiation”.
    In terms of generation speed, “Digital Signature” is the slowest, and “Modification Detection Code” is the fastest because it corresponds to “Asymmetric Key < Symmetric Key < No-Key”.
    In terms of security, “Digital Signature” is the most secure to share because only the encryption key needs to be disclosed, and “Message Authentication Code” requires pre-sharing of the symmetric key.
    In the case of “Modification Detection Code”, it is convenient because it does not require pr- sharing of secret information, but it can be considered as weak.
    [Related Short Story - Hash Function[2021/02/04]]
    [Related Short Story - Message Authentication Code[2021/03/02]]
    [Related Short Story - Digital Signature[2021/03/13]]
    #Story #LootNiP #Integrity #CryptographicPrimitive #ModificationDetectionCode #MessageAuthenticationCode #DigitalSignature

    728x90
    반응형
Designed by Tistory.