ElGamal Cryptography는 discrete logarithm 해결의 어려움에 기반하여 finite Galois에서의 exponentiation을 쓴다.
Key exchange는 Diffie-Hellman 방식으로 하고, Data encryption 과정을 추가적으로 거친다.
random number k는 매번 unique 해야하고, 그러지 않은 경우 결과는 insecure 할 것이다.
<예시>
'CS > 정보보호' 카테고리의 다른 글
[정보보호] TLS(Transport Layer Secrecy)에서의 Forward Secrecy (0) | 2023.11.21 |
---|---|
[정보보호] Elliptic Curve Cryptography (1) | 2023.11.15 |
[정보보호] Diffie-Hellman Key exchange (1) | 2023.11.13 |
[정보보호] RSA (0) | 2023.11.11 |
[정보보호] Public-Key Cryptography (0) | 2023.11.10 |