|
|
|
|
|
by viraptor
3883 days ago
|
|
AES has a block size of 128 bits, not bytes. Using the fastest reported method, that would be 2s/block, so 16s/128bytes. So in practice, probably that's the case - you could use homomorphic encryption for very infrequent operations on KEKs for example. |
|