|
|
|
|
|
by spicyj
5709 days ago
|
|
> The problem is that encryption with larger key sizes is computationally much more than 2x expensive. In fact, compute costs are based on a cube of key size, meaning encryption using a 2048 bit private key can be as much as 30x more expensive than 1024 bit. How'd you get 30? From what you said, it sounds like it should be 2^3 = 8 times as expensive. |
|
It depends on the implementation. Some implementations are more computationally expensive than others.
See: http://devcentral.f5.com/weblogs/macvittie/archive/2010/09/1...
Average of 5x reduction in transactions per second when moving from 1024 bit to 2048 bit keys.