[수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)

 1  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-1
 2  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-2
 3  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-3
 4  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-4
 5  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-5
 6  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-6
 7  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-7
 8  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-8
 9  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-9
 10  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-10
 11  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-11
 12  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-12
 13  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-13
 14  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-14
 15  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-15
 16  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-16
 17  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-17
 18  [수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)-18
※ 미리보기 이미지는 최대 20페이지까지만 지원합니다.
  • 분야
  • 등록일
  • 페이지/형식
  • 구매가격
  • 적립금
다운로드  네이버 로그인
소개글
[수체계] The ElGamal Cryptosystem & An Application to the splicing of telephone cables(영문)에 대한 자료입니다.
목차
The reason we select our subject

Main result
ElGamal Cryptosystem
ElGamal Encryption scheme
ElGamal Signature scheme
Splicing of telephone cables

Why our subject is important
본문내용
The reason we select our subject


Application of the math

How to protect data & transmit information safely
in Elgamal cryptosystem

Application of the telecommunication technology


ElGamal Cryptosystem


Public-key cryptosystem

RSA cryptosystem z=pq (p, q: prime, secret key)
ElGamal cryptosystem b=ra (a: secret key)

Elgamal cryptosystem
ElGamal Encryption scheme
ElGamal Signature scheme




ElGamal CryptosystemElGamal Encryption scheme


User A
[Key generation]

• p: prime
• r: primitive root
• a: secret key [0, p-1]
• b: b=ra (mod p)
• (p, r, b) : public key


User B
[Encryption]

• k: [0, p-2]
• γ=rk (mod p)
• δ=Pbk (mod p)
P: plaintext
• E(P)= (γ , δ)
: ciphertext pair


User A
[Decryption]

• D(C) = (γa) -1δ
= (rka) -1Pbk
= ((ra) -1 ) kPbk
= ((b) -1 ) kPbk
= ((b) -1 ) kbkP
= P (mod p)