-
[2021/03/13][짤막한 이야기 - 전자 서명]짤막한 이야기 2021. 3. 13. 12:13728x90반응형
[2021/03/13][짤막한 이야기 - 전자 서명]
“전자 서명(Digital Signature)”은 메시지 무결성, 메시지 인증, 부인 방지를 보장하기 위한 암호프리미티브이다.
“전자 서명”은 “비대칭키”를 사용하여 부인 방지를 보장한다.
비대칭키 암호란 암호화 키(EK)와 복호화 키(DK)가 다른 경우이며, 암호화 키만이 대중(= “밥(Bob)”)에 공개한다고 언급하였다.
즉, 대중이 메시지를 암호화하여 “앨리스(Alice)”에게 암호문을 보내면 “앨리스”만이 복호화를 할 수 있는 방식이다.
전자 서명은 비대칭키 암호의 키 사용 방식을 반대로 적용하면 된다.
즉, “앨리스”가 먼저 메시지에 복호화 키를 적용한 후, 복호문을 대중에게 공개하면 대중은 공개된 암호화 키로 메시지를 복원할 수 있다.
전자 서명은 단 한 명(앨리스)만이 생성할 수 있다.
즉, 공격자가 메시지를 변조하더라도 이에 맞는 전자 서명의 생성이 불가능하므로 메시지 무결성이 보장되며, 메시지 인증도 마찬가지이다.
마지막으로, 전자 서명은 “앨리스” 혼자만 생성 가능하기 때문에, 전자 서명의 “생성 및 송신”한 사실을 부인하는 것도 불가능하다.
[관련된 짤막한 이야기 - 해쉬 함수[2021/02/04]]
[관련된 짤막한 이야기 - 메시지 인증 코드[2021/03/02]]
#이야기 #루니프 #전자서명 #부인방지
[2021/03/13][Short Story - Digital Signature]
“Digital Signature” is a cryptographic primitive to ensure message integrity, message authentication, and non-repudiation.
“Digital Signature” uses “Asymmetric Key” to ensure non-repudiation.
It was mentioned that the asymmetric key cipher is a case where the encryption key(EK) and the decryption key(DK) are different and that only the encryption key is disclosed to the public(= “Bob”).
In other words, if the public encrypts a message and sends a ciphertext to “Alice”, only “Alice” can decrypt it.
The digital signature can be applied in reverse to the key usage method of the asymmetric key cipher.
That is, if “Alice” first applies the decryption key to the message and then discloses the deciphertext to the public, the public can restore the message with the public encryption key.
Only one person(Alice) can generate a digital signature.
In other words, even if an attacker modifies a message, it is impossible to generate an appropriate digital signature, so message integrity is guaranteed, and message authentication is the same.
Finally, since an electronic signature can only be created by "Alice" alone,It is also impossible to deny the fact of “generating and sending” the digital signature.
[Related Short Story - Hash Function[2021/02/04]]
[Related Short Story - Message Authentication Code[2021/03/02]]
#Story #LootNiP #DigitalSignature #NonRepudiation728x90반응형'짤막한 이야기' 카테고리의 다른 글
[2021/03/26][짤막한 이야기 - 영지식증명(개념)] (0) 2021.03.26 [2021/03/16][짤막한 이야기 - 무결성(요약)] (0) 2021.03.16 [2021/03/03][짤막한 이야기 - 부인 방지] (0) 2021.03.03 [2021/03/02][짤막한 이야기 - 메시지 인증 코드] (0) 2021.03.02 [2021/02/28][짤막한 이야기 - 하이브리드 암호시스템] (0) 2021.02.28