Computer Science, asked by Balajinaik6949, 10 months ago

The length of the public key and private key in ecc is much shorter than the length of the public key and private key in rsa

Answers

Answered by nidaeamann
0

Explanation:

Elliptic-curve cryptography (ECC) is the modern public-key cryptosystem because of smaller keys, shorter signatures and better performance. However both cryptosystems (RSA  and ECC) work with private and public keys and provide similar capabilities

Advantages of ECC over RSA

Smaller keys, ciphertexts and signatures

Very fast key generation, encryption

Advantages of RSA over ECC

RSA is easier to implement than ECC

RSA provides very fast and simple encryption

RSA has simpler signature algorithms

Similar questions