← Latest papers
💻 computer science

A Grayscale image encryption using cubic fractional transformation and logistic map

This paper proposes a grayscale image encryption scheme that combines a cubic fractional transformation-generated S-box with a logistic map to perform substitution, diffusion, and XOR-based scrambling, demonstrating robust security through comprehensive statistical and key sensitivity analyses.

Original authors: Abdul Qadeer, Rashid Ali, Tahir Sajjad Ali

Published 2026-07-22
📖 4 min read☕ Coffee break read

Original authors: Abdul Qadeer, Rashid Ali, Tahir Sajjad Ali

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine the digital world as a bustling city where data is the currency, and images are the most valuable jewels being traded. In this high-speed exchange, keeping those jewels safe from thieves is a constant battle. This is the world of cryptography, the science of secret writing. At its heart lies a simple but powerful idea: take something recognizable, like a photo of your face, and scramble it so thoroughly that it looks like static noise to anyone without the right key. To do this, cryptographers use two main tricks. First, they use substitution, which is like swapping every letter in a word for a completely different symbol according to a secret codebook. Second, they use scrambling, which is like taking a deck of cards, shuffling them until the order is chaotic, and then dealing them out. The goal is to make the final result look so random that no pattern can be found, ensuring that even if a hacker steals the message, they can't make sense of it without the specific instructions to unscramble it.

In the paper titled "A Grayscale image encryption using cubic fractional transformation and logistic map," researchers Abdul Qadeer, Rashid Ali, and Tahir Sajjad Ali propose a new, three-step recipe for scrambling grayscale images (black-and-white photos) to make them incredibly hard to crack. They don't just use one trick; they combine a custom-made codebook, a mathematical shuffling machine, and a chaotic generator to create a fortress around the image.

First, the team builds a custom S-box (Substitution-box), which acts as their secret codebook. Instead of using a standard or random codebook, they construct this one using a mathematical formula called a Cubic Fractional Transformation (CFT). Think of this as baking a unique, one-of-a-kind cipher wheel where every number from 0 to 255 (representing the shades of gray in a photo) is swapped for a new, unpredictable number. The authors suggest that this specific mathematical recipe creates a codebook that is highly non-linear and resistant to common attacks, with an average non-linearity of 106.75.

Once the pixel values are swapped using this custom codebook, the image is still in the same shape, just with different colors. The next step is permutation, or shuffling. The researchers use the same CFT math to generate two random sequences. These sequences act like a set of instructions to perform circular shifts—imagine sliding the rows and columns of the image in a circle, like a sliding puzzle, but in a way that is determined by the secret keys. This step moves the pixels around so that a pixel that was originally next to its neighbor is now far away, breaking up any local patterns.

Finally, the team applies a scrambling process using a Logistic map, a famous mathematical function known for producing chaotic, unpredictable sequences. They use this to generate a stream of random numbers. Then, they perform a Boolean XOR operation (a specific type of binary math) between the shuffled image and this random stream. This is the final lock: it mixes the image data with the chaos, ensuring that even a tiny change in the original image or the key results in a completely different final image.

The researchers tested their method on standard test images like "Lena," "Baboon," and "Clock." Their simulations show that the resulting encrypted images look like pure static noise. When they measured the entropy (a measure of randomness), the encrypted images scored very close to the ideal maximum of 8 (specifically around 7.997), suggesting the data is highly random. They also checked the key sensitivity, finding that changing the secret key by a tiny amount (like adding 0.000000000000005) made it impossible to recover the original image, proving the system is extremely sensitive to the correct key. Furthermore, the NPCR (Number of Pixel Change Rate) and UACI (Unified Average Changing Intensity) values were high (around 99.6% and 33.4% respectively), indicating that changing just one pixel in the original photo causes a massive, unpredictable change in the encrypted version.

The paper suggests that this combination of a CFT-generated S-box, CFT-based shuffling, and Logistic map scrambling creates a robust encryption scheme. The authors conclude that their method resists common cryptographic attacks, such as trying to guess the key or analyzing the statistical patterns of the image. However, these findings are based on simulations and mathematical analysis of the algorithm's performance on test images, not on real-world deployment against active hackers. The work proposes a secure method for protecting digital images, offering a new way to lock down visual data in an era where privacy is increasingly precious.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →