AES/CFB8 IV size
问题 AFAIK, CFB8 mode has block size of 1byte. So I can induce that IV is also 1byte length. However, when I do a test passing same iv of just 1 byte into common crypto create function for encrypt and decrypt function, encrypted and decrypted message mismatch. So I think that the API should have taken more than 1 byte to use as IV. I would like to know why? Any thing wrong with my understanding? CCCryptorStatus result = CCCryptorCreateWithMode(operation, kCCModeCFB8, kCCAlgorithmAES128,