iOS Question Cipher encryption

alizeti

Member
Licensed User
What does "counter mode encryption" mean?

Instead of being a block cipher it's a stream cipher. You don't have to pad if the message is less than the block. You can encrypt any size without having to do padding.

It still use a key and an IV.
 
Upvote 0
Top