Public Key Cryptography Algorithms
Public Key Cryptography Algorithms
Public Key Cryptography Algorithms
ALGORITHMS
Rivest Shamir Adleman (RSA)
Diffie-hellman
Digital Signature Standard (DSA)
Eliptic-Curve Cryptography (ECC)
M
C M
e d
5
DIFFIE-HELLMAN KEY EXCHANGE
A number of commercial products
employ this key exchange technique.
The purpose of this algorithm is to
enable two users to exchange a secret
key securely that can be used for
subsequent encryption of messages.
The algorithm itself is limited to the
exchange of the keys.
DIGITAL SIGNATURE STANDARD
Digital Signature Standard (DSS) – makes
use of SHA-1 and presents a new digital
signature algorithm (DSA)
Was originally proposed in 1991 and then
revised in 1993 for security concerns.
Further minor revision was made in 1996.
It is only used for Digital Signature function.
Unlike RSA it cannot be used for Encryption
and Decryption.
ELLIPTIC CURVE CRYPTOGRAPHY
Bit length for secure RSA use has
increased over recent years thus
increased the load in processing.
The principal attraction of ECC
compared to RSA is that it appears to
offer security for a far smaller bit size,
therefore reducing processing overhead.
Still confidence level is not that much
high as compare to RSA.