The main advantage of elliptic curve encryption over RSA encryption is its
computation speed. This method was first independently suggested by Neal Koblitz
and Victor S. Miller.
Both encryption methods support digital signatures and are used for public key encryption and distribution. However, a stronger key per sec does not necessarily guarantee better performance, but rather the actual algorithm employed.
A comparison between traditional RSA and an elliptic curve cryptology would be helpful.
To begin with:
Advantage of RSA:
Both encryption methods support digital signatures and are used for public key encryption and distribution. However, a stronger key per sec does not necessarily guarantee better performance, but rather the actual algorithm employed.
A comparison between traditional RSA and an elliptic curve cryptology would be helpful.
To begin with:
Advantage of RSA:
- Well established.
- Shorter keys are as strong as long key for RSA (see the IEEE paper)
- Low on CPU consumption.
- Low on memory usage.
No comments:
Post a Comment