Chaotic image encryption based on bit level cubic shuffle

A chaos based image encryption algorithm, utilizing a three level binary shuffling and XOR operations

您现在正在关注此提交

The code implements the encryption method proposed in the following work:
Moysis, L., Kafetzis, I., Tutueva, A., Butusov, D., & Volos, C. (2022). Chaos-Based Image Encryption Based on Bit Level Cubic Shuffling. In Cybersecurity: A New Approach Using Chaotic Systems (pp. 157-191). Cham: Springer International Publishing.
Please cite this work if you use the code below.
The code performs a three level shuffling on the binary representation of the image, effectively shuffling all rows, columns, and bit planes. Then an XOR is performed. Details on the algorithm can be found in the paper. The code is also implemented in a GUI, mentioned in the Acknowledgments.

引用格式

Lazaros Moysis (2026). Chaotic image encryption based on bit level cubic shuffle (https://ww2.mathworks.cn/matlabcentral/fileexchange/159693-chaotic-image-encryption-based-on-bit-level-cubic-shuffle), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: GUI for Chaotic Image Encryption

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.1

updated links

1.0.0