Abstract

In view of the present chaotic image encryption algorithm based on scrambling (diffusion is vulnerable to choosing plaintext (ciphertext) attack in the process of pixel position scrambling), we put forward a image encryption algorithm based on genetic super chaotic system. The algorithm, by introducing clear feedback to the process of scrambling, makes the scrambling effect related to the initial chaos sequence and the clear text itself; it has realized the image features and the organic fusion of encryption algorithm. By introduction in the process of diffusion to encrypt plaintext feedback mechanism, it improves sensitivity of plaintext, algorithm selection plaintext, and ciphertext attack resistance. At the same time, it also makes full use of the characteristics of image information. Finally, experimental simulation and theoretical analysis show that our proposed algorithm can not only effectively resist plaintext (ciphertext) attack, statistical attack, and information entropy attack but also effectively improve the efficiency of image encryption, which is a relatively secure and effective way of image communication.

1. Introduction

With the rapid development of Internet technology and information technology, digital communication is more and broader: people can release on the Internet all kinds of information anytime and anywhere. Digital image is the most intuitive, visual, and abundant information carrier, due to its convenience, speed, lack of geographical restrictions, low cost, high efficiency, and so forth; it has been more widely used and has become one of the main information network era expressions. However, people enjoy all sorts of convenience brought about by the digital image but also face some difficult security problems, such as personal privacy protection, business and military information protection, and electronic products illegal copying and dissemination. So how to protect digital image in the transmission process has become the focus of the industry.

In order to protect security of images which contain data and information, we use the original image that is encrypted to resolve the security hidden danger, so the image encryption research has become a hot research topic in the field of image analysis and processing. In general, the conventional image encryption mainly has image encryption in the spatial domain, transform domain of image encryption, image encryption based on neural network and based on chaotic image encryption. Spatial domain image encryption basically has the following two ways: one is scrambling by changing the position relationship of each image’s pixels [1]. The other is to use certain encryption rules that change the pixel values of the original image and make the information entropy close to the maximum, namely, information entropy encryption [2]. Image scrambling encryption scheme is mainly used in digital image security process of pretreatment and posttreatment stage, so as to further guarantee the security of information contained in image; it can be used as a special digital image encryption method, but it is vulnerable to be attacked just by image scrambling encryption by statistical analysis; it cannot solve the information contained in the original image security problems. Image replacement and diffusion both change the relevance of the original image, making the information entropy change. And image diffusion is based on image correlation transformation among adjacent pixels according to certain rules, but it may cause some image information loss. Transform domain image encryption is mainly through some sort of orthogonal transformation on the image; then, it is encrypted when it is coding processing. Like image encryption based on tree structure [3] and image encryption based on SCAN language [4], these image encryption schemes involve the problem of how to generate pseudorandom sequences; now the problem has no good solution. By using neural network with the parallel distributed processing, highly nonlinear association memory [5], and other characteristics, to encrypt the image information, we call it artificial neural network image encryption. But the neural network needs a lot of neurons data to encrypt, because it cannot be adaptive to generate neural networks, then increases complexity of encryption, and reduces efficiency of encryption. In order to solve this problem, the related research scholars put forward using chaos theory to encrypt digital image, because the chaos theory [6] is sensitive to initial conditions and system parameters extremely, randomness of trajectory, pseudorandomness and ergodicity, and other special complex dynamics properties, making it very suitable for digital image encryption, forming a kind of chaotic image encryption algorithm. For example, Fridrich in 1998 for the first time introduced chaos theory as digital image encryption and put forward the two-dimensional Baker map image encryption [7] for image scrambling operation and then extended it to 3d. Due to 3d, Baker map image encryption efficiency is low, so Chen et al. put forward 3d Baker map [8] fast image encryption algorithm, which makes the security of encryption and efficiency improve to a certain extent. In [9], a standard map image encryption algorithm is proposed; then Wong et al. proposed on the basis of Baptista algorithm an improved fast image encryption algorithm [10]. At the same time, the document [1117] was also, respectively, proposed by using Logistic mapping, Tent, Lorenz system, and one-way coupled map lattice, such as a variety of chaotic mapping algorithm for digital image encryption. Though these chaotic image encryption algorithms to a certain extent improve the security performance, but due to the varying complex degrees of the image, causing them to fail to solve the problem of encryption efficiency, it well often fail to solve the problem of security threats to a certain extent.

But genetic algorithm (GA) [18, 19] may solve this problem which provides a feasible technical way. Genetic algorithm is proposed by Holland of Michigan university in the United States [18] in the 1960s, and then in the late 80s Goldberg [19] summarized the basis of predecessors’ research, finally forming the basic theoretical framework of genetic algorithm. Genetic algorithm is a new global optimization search algorithm, because it has the characteristics of group search technology; it can represent a set of solutions using the population and then through the operation of the selection, crossover and mutation of species, and so on finally gets a new generation of population, so that gradually makes the population evolution to the optimal solution or near optimal solution evolving, getting the best state of population. Because optimization constraints are less and objective function and constraint condition requirements are low, its actual operation is simple and practical, suitable for optimization. At the same time, its search is in the whole solution space and also is most likely to look for an optimal solution or approximate optimal solution; because it has such advantages, it is widely applied to aviation system [20], machine learning [21], pattern recognition [22], and so forth.

To this end, in this paper, we propose a new image encryption algorithm, which uses genetic algorithm optimization features and pseudorandomness and ergodicity of chaotic theory to solve the image features such as encryption of security threats and inefficiencies. First it goes through the chaos theory of image encryption, in the encryption process, using the genetic algorithm to carry out adaptive optimization on encryption process design parameters and then get the best encryption parameters, so that it will solve the problem of encryption security threats and inefficiencies, to achieve efficient, reliable, and secure encrypted image. Experimental analysis shows that this method not only can solve the problem of security threats, which improves the security performance, and can solve the problem of encryption efficiency but also greatly improves the efficiency of encryption, namely, to realize image encryption effect and receive a significant boost in performance.

2. The Basic Principle of Genetic Algorithm

2.1. The Basic Concept of Genetic Algorithm and Steps

Genetic algorithm is different from traditional search algorithm; it first randomly generates a set of initial solutions, namely, “population,” where each individual in population, namely, a solution vector, which is called “chromosomes,” begins the search process. These chromosomes evolve in the subsequent iterations and generate the next generation of chromosomes, called “offspring”. The stand or fall of chromosomes in each generation through chromosome “fitness” is evaluated: a chromosome of higher fitness is more likely to be selected; instead, the possibility of fitness small chromosome which is selected is smaller, the selected chromosome by cross-generating (crossover and mutation) new chromosomes, “offspring.” It passes through several generations, the algorithm converges to the best chromosome, and the chromosomes are likely to be the optimal solution of the problem or approximate optimal solution. The operation of the genetic algorithm steps is shown as follows:(1)Randomly generate initial population .(2)Go through fitness function to evaluate the chromosomes.(3)Select chromosomes according to the fitness level and form a new population.(4)Go through crossover and mutation operation which produces new chromosomes that offspring.(5)Repeat steps (2)–(4), until getting the scheduled evolution algebra.

This method is shown in Figure 1; it is shown that the genetic algorithm is mainly composed of genetic operators (crossover and mutation) and evolutionary computing (select). Genetic algorithm simulates the natural evolution of species turnover mechanism; it generates a new species to reach the purpose of searching the global optimal solution. Its evolutionary computation is through the competition mechanism constantly updating population process.

Crossover operation is the main genetic algorithm; the performance of genetic algorithm depends largely on the performance of its adopted crossover operation. Crossover operation operates the two chromosomes at the same time, combining the two features to produce new offspring. Variation is a basic operation; it spontaneously generates random variation on chromosome. Variation can offer gene which is not contained in the initial population or find missing gene in the selection process, providing new content for population.

2.2. The Application Design of Genetic Algorithm Design
2.2.1. Encoding Problem

Genetic algorithm through genetic operators (crossover and mutation) restructures individual in the population; by selecting operation, it constantly optimizes the individual structure and searches the optimal structure of the individual and, finally, achieves the goal of becoming closer to problem of the optimal solution. It can be seen that the genetic algorithm is the process of alternating work in the coding space and solution space and its genetic operation on chromosome in the coding, and it evaluates and chooses the solution in the solution space. The bridge between them is the encoding and decoding. Code is converting the solution of the problem space to variable chromosome of genetic space. On the contrary, the decoding is the operation where the chromosome coding is mapped in the problem space. The relationship between them is shown in Figure 2.

The original genetic algorithm uses the Holland coding scheme, namely, binary code. But for the application of many genetic algorithms, such as multidimensional, high accuracy algorithms, especially in the optimization of complex system, the simple encoding method shows many drawbacks: it cannot directly reflect the structure of the requirement problem To the problem of large range and high precision, the chromosome length and the length of the search space will be very big; such genetic search is very difficult. Adjacent binary code may have larger Hamming distance, so as to make the search efficiency of genetic operators reduced.

Selecting an appropriate coding method is the basis of genetic algorithm to solve practical problems. For the problem of any application, coding must consider the following aspects:(1)Completeness. All the points (candidates) in the problem space can be used as genetic points (chromosome) in genetic space for performance.(2)Integrity. The genetic space chromosome corresponds to all the problems of candidate solution space.(3)Nonredundancy. Chromosomes and the candidate solution are in a one-to-one relationship.

One of the problems we know of is that it is difficult to design the coding scheme that could satisfy the requirement of the above three aspects at the same time, but these designs must meet the requirements of completeness.

2.2.2. Fitness Function

In the evolution process genetic algorithm, the stand or fall of chromosome is evaluated by a fitness function; the fitness function value is the basis for the selection operation. For theoretical analysis of convenience, it is best to guarantee the fitness function value is nonnegative; proper transformation must be adapted to the value of the negative. The relationship between the objective function and fitness function is different according to the optimization problem categories. Optimization problem was divided into two categories, a class of global maximum values for the objective function and another for the objective function of the global minimum. For these two kinds of optimization problem, a certain point of the objective function in the solution space converts to the fitness function of corresponding individual in search space, shown as follows.

For the problem of the maximum, one has the following: where is an appropriate number of relatively small value.

The problem of the minimum is shown as follows:where is an appropriate number of relatively big value.

The mapping relationship formula between the objective function and fitness function has other forms. Objective function converting into fitness function normally needs to follow two principles: (1) the objective function in the optimization process of the optimization direction (e.g., seeking the maximum or minimum value of the objective function) and in the process of population evolution fitness function value is increasing is in the same direction; (2) fitness function value must be greater than or equal to zero. In practical problems, we adopt the kind of conversion form according to the specific circumstances.

2.2.3. Selection Problem

Select operation is the direct driving force of evolution. Selection pressure is an implicit rule, where pressure is too large; the search will be prematurely terminated; Pressure is too small as the search will be very slow. Options include three basic aspects: sample space, the sampling mechanism, and selection probability.

(1) Sample Space. The size and the constitution of the sample space constitute the sample space. The sample space is divided into two: the regulatory sample space and the expanding sample space.

Put as the size of the population and as the offspring size after crossover and mutation; the regulatory sample space which is to keep the population size remains the same. The choice diagram based on regulatory sample space is shown in Figure 3.

The expanding sample space is ; namely, sampling space includes all parents and offspring. Figure 4 depicts the choice diagram based on expanding sampling space. The most distinguishing feature of the expanding sample space is effective limiting the random fluctuation caused by high crossover rate and mutation rate.

(2) Sampling Mechanism. Sampling mechanism is a theory on how to choose the chromosomes from sampling space theory. The selection of individual species in principle can be divided into three types: random sampling, determined sampling, and mixed sampling.

(3) Select Probability. Holland’s original roulette algorithm adopted by the genetic algorithm is a kind of proportional selection method; selection probability is proportional to the chromosome’s fitness.

2.2.4. Crossover Operation

Crossover operation is the most important genetic operation; the population by cross generates new chromosomes and constantly expands the search space, finally achieving the goal of global search.

2.2.5. Mutation Operation

Mutation operation is changing some genes points of chromosome string.

2.2.6. The Selection of Main Parameters

Parameters in the genetic algorithm design mainly include population size, crossover rate, mutation rate, and evolution algebra. In addition, when choosing a specific operator, sometimes it involves the selecting of the parameters related with operator. The selection of genetic algorithm parameters is reasonable or does not directly relate to the convergence speed and accuracy of the algorithm. However, because there are many factors which can affect the parameter selection, some relate to the problem itself of connotation of objective laws and some relate to the selection operator, so it is difficult to find common rules.

(1) Population Size. Population size is the first parameter of genetic algorithm that needs to be determined; it is the main influencing factor in a local solution of the algorithm.

(2) Cross Rate. Cross rate is the main genetic algorithm; the performance of genetic algorithm depends largely on adopted crossover operator performance and the size of the cross rate.

(3) Mutation Rate. Mutation rate refers to the number of the gene variations in a population accounting for the percentage of the total number of genes.

(4) Evolution Termination Conditions. Termination conditions can be controlled from two aspects: preset evolution algebra or control according to the evolution of the population. The evolution of population refers to the relationship between the current generation of maximum adaptation and the population average fitness. The evolution of termination conditions is decided according to specific circumstances.

The common value range of main operation parameters of genetic algorithm is shown in Table 1.

2.2.7. Handling of Illegal Individual Strategy

We usually obtain infeasible offspring when using genetic algorithm on chromosomes, so the core of the solution of nonlinear programming problem using the genetic algorithm is how to meet the problem of constraint. It can be used to reject and fix penalty policy for processing.

3. Hyperchaos Algorithm Basic Principle

3.1. The Definition of Chaos

We assume there exist continuous mappings in the interval ; if it meets the following conditions, then the mapping is called chaotic.(1) is the cycle without upper bound.(2)On the closed interval , there is uncountable subset , and it can meet the following conditions:(i), , .(ii), .(iii) and in any cycle point , it get .

3.2. Hyperchaotic System

Hyperchaos system is described using the following equation:where , , , , and are the control parameters, often taking , , , , under the condition of in the following range: , , , the system of chaotic motion, chaotic motion, and periodic motion [23].

4. A Digital Image Encryption Algorithm Based on Genetic Hyperchaos System

4.1. Hyperchaos Randomly Generated Initial Population

The Logistic map gives different initial values in the model; chaotic variables , , a different trajectory, according to formula (4), will make a chaotic variable, respectively, mapped to the optimization variables within the scope of making it into a chaotic variable :

Fixed represents a feasible solution. Each feasible solution to calculate the fitness chooses fitness of high individual initial population. In the process of chaos generation of initial population, chaotic sequence should take enough number of iterations (average value is 400), that is, to ensure that chaotic variables can adequately be traversal.

4.2. Pixel Position Scrambling

Advantages of the characteristics of digital image with digital array are as follows: it is used to analyze the image matrix step finite elementary matrix transformation and disturb the arrangement of image pixel position into a chaotic image and it is impossible to identify the purpose of the original image, which has the effect of image encryption.

Assume that the size of of the original image pixels matrix is expressed asSpecific steps are as follows.

(1) The Line Displacement. Transform matrix according to the line for the row vector form is

Among them, the in the parallel system is defined as the number of processors; number of is defined as a group in a serial system, so each child vector, respectively, is

Using Runge-Kutta algorithm will cause hyperchaos of the system iterations times, which is used to prevent the transition effect. For a given system, the number of iterations may be associated with initial conditions and system parameters, iterations before we throw away the data; then, we calculate

Obviously, . Iteration continues until this chaotic system produces completely different fairly values. It is denoted by . Based on fairly scrambling for vector , we haveafter row scrambling matrix is expressed as .

(2) Replacement. It converts line displacement matrix according to the column to row vector form as

Among them, each child vector, respectively, is

By the same token, we calculate

Clearly, . Iteration continues until this chaotic system produces completely different values, as follows: . According to , scrambling for vector is shown as follows:

is the original matrix after hyperchaos scrambling matrix; Section 4.3 will introduce how to encrypt the .

4.3. The Diffusion Process of Pixels

First of all, for of scrambling image preprocessing, scrambling image is divided into and . Then, by adaptive image processing of the two parts, the data matrix and matrix are different or are replaced matrix operation points; likewise, and are exclusive or replace the corresponding matrix operation points and will get the new image matrix   to go up and down. Finally, a random sequence of matrix and matrix processing complete diffusion process. Specific process is shown as follows:

In formula (14), the radius is binary or operations, and are image pixels and the space coordinates of chaotic state value, is the final image encryption,   is the adaptive processing of the image pixels, is the status value of chaos, and is digital image grayscale. Formula (14) corresponding to the inverse operation is as follows:

Decryption is the inverse of the encryption process, namely, counter proliferation first and then the scrambling processing.

4.4. Pixel Values to Replace

Produced by Logistic mapping and hyperchaos system of random sequence, it is only related to the initial value and system parameters and does not rely on what seems to lead to clear bytes that can only affect the bytes of an encrypted cryptograph, bringing it to choose plaintext attack and chosen-ciphertext attack. In order to overcome this defect and improve the efficiency of encryption, we put forward new encryption schemes; the specific steps are shown as follows.

(1) Random sequences generated from chaotic system are calculated:where .

(2) ranks of displacement of matrix according to the line are converted to vector, respectively, for each child:

And then we calculate the type:

By the same token, the transform matrix in columns as the row vector, and each child vector is obtained encryption cipher to:

(3) If all plaintext is encrypted, the encryption process is ended. Otherwise, go back to step (1). Decryption process is similar to the encryption process.

4.5. To Improve Species Diversity Index

In the process of genetic algorithm in the late fitness, some of the biggest individuals within the population repeat or converge. At this point, they have bigger probability to participate in the choice of the next generation of copy; offspring of crossover between them will not have the too big change with the father generation; it may lead to genetic algorithm to search the optimization process which is very slow, and it may also reduce the search efficiency. Therefore, we should correctly judge whether a species occurs at premature convergence and mainly should look at the population of the current fitness value which is larger in the individual, whether to repeat or mutually converge. Local optimization genetic algorithm is introduced in this paper; we first determine the degree of species diversity in Section 4.1. It is defined as follows.

Set the first generation population by individual , fitness value of , which is the best individual fitness value of , individual total average fitness; fitness value is greater than individual fitness value of which will do an average of , and using the defined and the difference in value between as , the indicators are used to characterize the population of premature convergence.

4.6. Chaos Genetic Algorithm Basic Steps

Using chaos genetic algorithm in Sections 4.14.4 of the image encryption process for optimization operation, in order to obtain the best encryption to decrypt steps and performance plan, the optimization process is shown in Figure 5. Concrete steps are as follows.(1)Coding and the parameters setting are still using real number coding; the method of natural intuitive can save the time and space overhead, the advantage of high computation efficiency. To the population size, chaos optimization iterations, such as fitness function parameters, are set.(2)Chaos is used to generate the initial population.(3)The expected value method and the choice of the optimal preservation strategy are used to implement the replication.(4)The improved genetic algorithm is used in the adaptive adjusting the crossover probability of pc, pm mutation probability, crossover, and mutation operator.(5)Calculate degree of species diversity, its outstanding individual to decide whether to use contemporary chaos optimization; if the degree of species diversity is less than a random number, use chaos optimization, and if they can get better individuals, it will be used as the optimal solution in the algebra.(6)Repeat steps (3) to (5), until meeting the termination conditions of evolution. Termination conditions may be evolution algebra or best individual fitness function.

4.7. Theoretical Analysis and Experimental Simulation
4.7.1. Statistical Analysis

Simulating the process, in order to assess the performance of the proposed algorithm, this chapter chose 256 KB image file for simulation, according to the theory of Shannon; statistical analysis is often used to analyze and decipher the algorithm. Therefore, a password system should have good performance in terms of statistical attack resistance. The simulation results are shown in Figure 6: Figure 6(a) is 256 KB of original image; Figure 6(b) for image scrambling after visible, scrambling image pixel shading distribution, while great changes have taken place in picture similar to white noise, showed good scrambling effect. In the image scrambling, the fewer the numbers of the fixed points, the higher the secrecy, and then scrambling effect is better. The fixed point of statistical formula is as follows:

Among them, find () used for the position of the Matlab command and corresponding pixel values, and , are used to clear the size of the matrix. According to formula (20). The statistical Figure 6(b) is the scrambling of the fixed point. It is got from Figure 6(b) that the scrambling of the fixed point ratio is 3.21; it can obtain good scrambling effect. But after scrambling, image can only be destroyed by the original correlation between adjacent pixels, without changing the pixel value at every point, so the image of gray distribution histogram will not change and must be of scrambling image pixel values for further encryption. Eventually, the encrypted results are shown in Figure 6(c); it has completely hidden the original image, and it cannot see the outline of the original image. Figures 6(d) and 6(e) show these problems; we can compare with the uneven distribution of the original histogram; the encrypted flat histogram and gray value are evenly distributed. This shows that the ciphertext pixel values in are within the scope of the equal probability values, namely, uniform for the whole ciphertext space distribution characteristics. Thus, this algorithm can effectively prevent the statistical attack.

4.7.2. The Key Space and the Key Sensitivity Analysis

The key of the encryption algorithm for ; if the computer precision is effective for 1015, key space size is about ; the algorithm has a large enough key space and it can effectively resist brute force attack. Barbara encryption image, respectively, in and under the condition of the same (other decryption key and encryption key) decrypted image is shown in Figure 7. We can see from Figure 7 that it is extremely sensitive to key encryption algorithm.

4.7.3. Information Entropy Analysis

A digital image information entropy can show the distribution of the gray value. If the gray value distribution is uniform, the amount of information of the image is greater. The definition of information entropy is the average amount of information; it is as follows:

In formula (21), is concentrated symbol probability in the message. In order to have a good contrast, Table 2 shows the 6 different images using this algorithm and Gao and Chen [24] encryption algorithm using the entropy value comparison. As shown, Gao algorithm of ciphertext image information entropy is smaller than the information entropy of the proposed algorithm, so its gray value distribution is not uniform. The algorithm of ciphertext image information entropy is close to a maximum of 8, of image gray value distribution, and uniform. Therefore, from the perspective of information entropy attack, the algorithm is secure.

4.7.4. Correlation Analysis

Digital image of each pixel is not independent; its correlation is very large. This suggests the large area of gray value. In one of the digital TV images, for example, the same line of two adjacent pixels or adjacent two rows of pixels, the correlation coefficient is 0.9, and the correlation between the adjacent two television images is larger than frame correlation, so the image information redundancy is very big. For image encryption, one of the goals is to reduce the correlation between adjacent pixels, mainly including horizontal pixel, vertical pixels, and the correlation between diagonal pixels. Obviously correlation is smaller, and the better the image encryption, the higher the security.

Figure 8 is expressed as the vertical direction and horizontal direction, the original image, and the algorithm of encryption image correlation of adjacent pixels. The correlation between the original image pixel rendering obvious linear relationship and encryption image pixels of correlation among random corresponding relation are visible.

Table 3 is for the original image and the proposed algorithm of ciphertext image between adjacent pixels according to the horizontal, vertical, and diagonal direction calculated using the correlation coefficient. For pixel correlation coefficient calculation method is shown as follows:

In formula (22), and , respectively, are the image pixel values of two adjacent pixels and is the correlation coefficient of two adjacent pixels. As shown in Table 3, the adjacent pixels of the original image are highly correlated; their correlation coefficient is close to 1. And we concluded that encrypted ciphertext correlation coefficient of adjacent pixels of the image is very small; they are close to zero; the adjacent pixels have been largely irrelevant, which shows that the statistical characteristic of the original image has been spread to random ciphertext image.

4.7.5. Color Image

In order to demonstrate the effectiveness of the proposed encryption algorithm, the following will use the algorithm to analyze color image.

(1) Image Encryption and Statistical Analysis. Select 256 × 256 color Lena standard drawing as experimental object; make use of MATLAB 7.6 programming to do the experiment simulation; the experimental simulation results are shown in Figure 1. Figures 9(a) and 9(b) are the original image and the encryption image, respectively. We can see intuitively that the encrypted image cannot see any effective information of the original image. First of all, on the vision the encryption algorithm achieves good encryption effect.

Here, we calculate, respectively, scrambling degree of the three primary colors R, G, and B of encrypted image; after several test calculations we get the average:R component image scrambling degree: .G component image scrambling degree: .B component image scrambling degree: .

The result shows that scrambling degree of the algorithm is similar with magic square transformation and has good scrambling effect.

(2) The Key Space and the Key Sensitivity Analysis. Key of the encryption algorithm ; if the computer precision effectively is 1015, key space size is about , and due to the extreme sensitivity to the initial value of the chaos system, the key sequence generated by a key generator is complex and unpredictable, so the key sequence space is large enough; this indicates that the algorithm can resist brute force attack.

Through the tiny change of authenticated key influencing encryption result to measure sensitivity of the algorithm, as shown in Figure 10(b), the encrypted image uses right key and wrong key to decrypt the algorithm, respectively; the simulation results are shown in Figure 10, of which Figure 10(a) is the decrypted image which uses the correct key to decrypt, and Figure 10(b) is the error decrypted image obtained by keeping the other key parameters unchanged, taking values differently.

By observing the decrypted image, one can know that, with the key orders of magnitude difference error of only 10−10 keys to decrypt, the image is similar to the noise of the image, on the vision which fully does not see any effective information of the original image; it shows that the algorithm has a good sensitivity to key; that is, the initial key of tiny change will lead to the result of the encryption algorithm being completely different; this makes the attacker to not only attack from the ciphertext fragments obtained to judge the information of the original image.

(3) Ability to Resist Noise Analysis. Shown in Figure 9(b) are the images after adding noise using the correct secret key to decrypt them; the decrypted image is shown in Figure 11, and Figures 11(a) and 11(b), respectively, show the decryption result after the encryption image is joined with the interference intensity of 20% salt and pepper noise and interference intensity of 15% gaussian noise, respectively, as shown in Figures 11(a) and 11(b). As you can see, to decrypt right the encryption image after adding noise, it can still be good to restore the original image information and to retain the original image information effectively, using decryption without distortion, and this shows that the algorithm has good anti-interference ability.

(4) The Correlation Analysis. The nature of the scrambling effect of encryption algorithm lies in breaking the correlation between pixel values of adjacent pixels, to resist the attack by any clear way. Therefore, the comparison of neighboring pixels correlation can be a good measure of a scrambling effect of the encryption algorithm; here, we compare the correlation of adjacent pixels of the three color components R, G, and B of the original image and encrypted image, respectively; pixel point, respectively, on the horizontal, vertical, and diagonal direction are analyzed, and the pixel correlation coefficient calculation method is shown as in formulae (22).

Do statistical tests on the correlation of adjacent pixels in the original image and the encrypted image, and randomly draw multiple pixels and calculate separately the correlation of adjacent pixels of the R, G, and B components on horizontal, vertical, and diagonal directions; the averaged results after multiple computations are shown in Tables 4, 5, and 6 [25].

Observe that the correlation coefficient of the adjacent pixels no matter in horizontal, vertical, or diagonal line direction of the encrypted image is far less than the correlation coefficient of adjacent pixels of original image; this shows that the encryption algorithm has good scrambling effect, destroys the correlation between image pixels, and effectively conceals the statistical characteristics of the image.

(5) Histogram Analysis. Histogram of the image is one of the important statistical characteristics of image; it directly reflects the relationship between the digital image of each grayscale and the occurrence of the grayscale. Extract the three colors of R, G, and B components from the original image of Figure 9(a) and the encrypted image of Figure 9(b); histograms are calculated, respectively, as shown in Figures 12, 13, and 14.

Looking at these figures, it can be seen that the encrypted image histogram is uniform; there is a world of difference with the original image; it shows that the encrypted image will not give the attacker any clear information; the algorithm has a strong ability to resist statistical attack.

5. Conclusion

This paper analyzes the existing “scrambling to replace” type of some shortages which are chaotic image encryption algorithms; namely a plaintext byte can affect a cipher byte; it can be made use of to select plaintext attack and chosen-ciphertext attack is easy to decipher. That is to say, it will not be able to resist choosing plaintext attack and chosen-ciphertext attack. Aiming at the existence of some high dimensional chaotic encryption algorithm in the weak resistance to choose plaintext attack and chosen-ciphertext attack problems, we put forward a new kind of digital image encryption algorithm based on genetic chaos. The new algorithm is to make the following improvements: (1) in the process of scrambling encryption algorithm, the hyperchaos system is also introduced; it makes the image scrambling result not only depend on the chaotic sequence generated by the initial key but also depend on the characteristics of the image itself, making it have adaptive features to a certain extent; (2) for the introduction of the genetic algorithm for image encryption-decryption process parameters of dynamic optimization, it gets the best encryption-decryption process and steps; (3) for the diffusion in the encryption process, clear feedback mechanism is introduced in the algorithm and improves the sensitivity to the plaintext, objectively improving the algorithm of plaintext and ciphertext attack resistance. Through the relevant experiment and safety analysis, we show that our proposed digital image encryption algorithm based on genetic hyperchaos not only can effectively resolve the current problems of weak resistance to aggressive encryption algorithm but also strengthened the sensitivity to the plaintext, enhanced ability to resist differential attacks, and improved the efficiency of encryption.

Competing Interests

The author declares that they have no competing interests.

Acknowledgments

This work is supported in part by the National Natural Science Foundation of China under Grants 61272466 and 61303233 and the Natural Science Foundation of Hebei Province under Grant F2014203062.