PKI/Cryptography
ECIES ์๊ณ ๋ฆฌ์ฆ
JayKim๐
2022. 12. 9. 18:45
* ECIES(Elliptic Curve Integreated Encryption Scheme)
: ํตํฉ ์ํธํ ๋ฐฉ์(Public Key๋ก ์ํธํํ๊ณ Private Key๋ก ๋ณตํธํ)
ECIES ๋ ECC ํค๋ฅผ ์ฌ์ฉํด ECDH ๋ฅผ ์ด์ฉํ์ฌ ํค ๊ตํ ํ ๋์นญํค ์ํธํ๋ฅผ ํ๋๊ฒ์ด๋ค.
- Receiver loads the EC key (public/private/curve)
- Receiver sends its public key and curve to the Transmitter
- Transmitter generates a new ephemeral EC key on the curve
- Transmitter generates the shared symmetric key
- Transmitter encrypts the data and sends its public key and ciphertext to the Receiver
- Receiver generates the shared symmetric key
- Receiver descrypts the data
์์ ์์ค
https://jykim74.tistory.com/77
๋ฐ์ํ