Image Encryption Based On AES Stream Cipher in Counter Mode
Image Encryption Based On AES Stream Cipher in Counter Mode
The resulting RGB colors are changed into Figure 11: Decrypted image
byte format as shown in Figure 8. As soon as, the
image is encrypted, the cipher image appears on the 5. Conclusion
screen. Then, the cipher image (Figure 9), IV and
AES key are ready to be sent to the receiver through In this paper, images are encrypted by using
insecure channel. AES stream cipher in counter mode. AES is fast in
both hardware and software, and requires little
memory. The AES is extended to support key stream
generator for image encryption. The key stream
generator has an important influence on the
encryption performance. AES-CTR can provide high
performance confidentiality. AES-CTR mode is
applied in this system because it can be parallelized
and pipelined in encryption process for it has the
Figure 9: Encrypted Image advantage of better performance rather than using
other modes.