cryptorious icon indicating copy to clipboard operation
cryptorious copied to clipboard

why not AES256 with CTR ?

Open jcmartins opened this issue 6 years ago • 1 comments

Advantages of CTR are: easier to decrypt from a certain offset within the ciphertext no randomness requirements for the nonce nonce can be calculated, e.g. be a simple counter nonce can be a message identifier E=D : encryption is the same as decryption, which means only encryption or decryption required from the block cipher less logic required

no padding overhead or mechanism required key stream can be pre-calculated (latency advantages)

jcmartins avatar Apr 17 '18 18:04 jcmartins