CN108229194A - Method for Digital Image Scrambling based on multithreading model and multistage scramble - Google Patents
Method for Digital Image Scrambling based on multithreading model and multistage scramble Download PDFInfo
- Publication number
- CN108229194A CN108229194A CN201810063188.2A CN201810063188A CN108229194A CN 108229194 A CN108229194 A CN 108229194A CN 201810063188 A CN201810063188 A CN 201810063188A CN 108229194 A CN108229194 A CN 108229194A
- Authority
- CN
- China
- Prior art keywords
- scramble
- scrambling
- bit
- image
- level
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/602—Providing cryptographic facilities or services
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Bioethics (AREA)
- General Health & Medical Sciences (AREA)
- Computer Hardware Design (AREA)
- Computer Security & Cryptography (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
Description
技术领域technical field
本发明属于图像加密技术领域,涉及多线程模型、信息隐藏、以及多级置乱的数字图像加密方法。The invention belongs to the technical field of image encryption, and relates to a multi-thread model, information hiding and multi-level scrambling digital image encryption method.
背景技术Background technique
1997年,美国研究人员Jiri Fridrich首次提出了数字图像加密的置乱扩散框架,即Confusion-Diffusion框架。在这个框架中,数字图像加密算法在执行的过程中被分为两个相对独立的阶段,即置乱阶段和扩散阶段。在置乱阶段中,图像的所有像素点进行重新排列,像素点的相对位置发生变化,而像素点的值不发生变化。在扩散阶段中,加密算法系统改变每一个像素点的值。近年来,几乎所有的数字图像加密算法均基于置乱扩散框架。In 1997, American researcher Jiri Fridrich first proposed a scrambling diffusion framework for digital image encryption, namely the Confusion-Diffusion framework. In this framework, the digital image encryption algorithm is divided into two relatively independent stages in the process of execution, namely, the scrambling stage and the diffusion stage. In the scrambling stage, all the pixels of the image are rearranged, and the relative positions of the pixels change, but the values of the pixels do not change. In the diffusion phase, the encryption algorithm system changes the value of each pixel. In recent years, almost all digital image encryption algorithms are based on the scrambling diffusion framework.
置乱算法,作为数字图像加密系统的核心算法,近年来引起了众多研究人员的广泛关注,并得到了长足的发展。一系列置乱算法被先后提出,例如基于排序的行列互换置乱算法、基于各种二维混沌映射的置乱算法、基于三维可逆映射的置乱算法等。然而这些置乱算法依然无法解决置乱不充分、无法改变明文统计学信息以及执行效率缓慢等问题。为了解决上述问题,研究人员将置乱操作引入到比特级矩阵,即通过微观上比特位置的变化来改变宏观上像素点的值。然而,比特级置乱由于置乱平面的成倍增加,需要更多的运行时间。像素级置乱可以对像素点的位置矩阵进行加密,而比特级置乱旨在同时改变像素点的位置和值。像素级置乱算法能够快速执行置乱操作,但是其置乱效果较差,且无法改变明文的统计学信息。比特级置乱可以解决像素级置乱的问题,但是执行过程较为复杂且运算速度较慢。在综合考虑不同级别置乱对于密文的影响后,本发明提出了一个综合考虑像素级和比特级特点的置乱算法。Scrambling algorithm, as the core algorithm of digital image encryption system, has attracted the attention of many researchers in recent years and has made great progress. A series of scrambling algorithms have been proposed successively, such as row and column swapping scrambling algorithms based on sorting, scrambling algorithms based on various two-dimensional chaotic maps, and scrambling algorithms based on three-dimensional reversible maps. However, these scrambling algorithms still cannot solve the problems of insufficient scrambling, inability to change plaintext statistical information, and slow execution efficiency. In order to solve the above problems, the researchers introduced the scrambling operation into the bit-level matrix, that is, the value of the pixel point on the macro level is changed by changing the position of the bit on the micro level. However, bit-level scrambling requires more runtime due to the multiplication of scrambling planes. Pixel-level scrambling can encrypt the position matrix of pixels, while bit-level scrambling aims to change the position and value of pixels at the same time. The pixel-level scrambling algorithm can quickly perform scrambling operations, but its scrambling effect is poor, and it cannot change the statistical information of plaintext. Bit-level scrambling can solve the problem of pixel-level scrambling, but the execution process is more complicated and the operation speed is slower. After comprehensively considering the impact of different levels of scrambling on ciphertext, the present invention proposes a scrambling algorithm that comprehensively considers the characteristics of pixel level and bit level.
多核心CPU的普及为并行运算提供了硬件的基础。本发明在设计时充分考虑了底层硬件平台的特点,并设计了基于多线程模型和多级置乱的数字图像置乱算法。本算法可以运行在不同的多线程平台中,例如Windows SDK线程库和POSIX Thread线程库。The popularity of multi-core CPU provides a hardware basis for parallel computing. The present invention fully considers the characteristics of the underlying hardware platform when designing, and designs a digital image scrambling algorithm based on a multi-thread model and multi-level scrambling. This algorithm can run on different multi-thread platforms, such as Windows SDK thread library and POSIX Thread thread library.
发明内容Contents of the invention
为了充分利用像素级和比特级置乱的优势,将不同比特级置乱操作置入不同的线程中并发运行,降低比特级置乱的运行速度,并结合像素级置乱的特点,设计了基于多线程模型和多级置乱的数字图像置乱架构。In order to make full use of the advantages of pixel-level and bit-level scrambling, put different bit-level scrambling operations into different threads to run concurrently, reduce the running speed of bit-level scrambling, and combine the characteristics of pixel-level scrambling, design a Digital image scrambling architecture for multi-threaded models and multi-stage scrambling.
本发明的技术方案为:Technical scheme of the present invention is:
基于多线程模型和多级置乱的数字图像置乱方法,包括如下步骤:A digital image scrambling method based on a multi-thread model and multi-stage scrambling, comprising the following steps:
步骤一,对一个三通道彩色图像进行颜色通道的分离,得到B、G、R三个单通道图像,再分别对这三个单通道图像进行比特层的划分,将每幅图划分为8个比特平面,共得到24个二值图像;Step 1: Separate the color channels of a three-channel color image to obtain three single-channel images of B, G, and R, and then divide the three single-channel images into bit layers, and divide each image into 8 Bit plane, a total of 24 binary images are obtained;
步骤二,为每一个比特平面分配一个线程,令每个比特平面在各自的线程上独立执行比特级置乱操作,多个线程并发执行;该置乱过程完成后,得到24个置乱后的比特级置乱图,第一级置乱结束;Step 2: Assign a thread to each bit plane, so that each bit plane independently executes the bit-level scrambling operation on its own thread, and multiple threads execute concurrently; after the scrambling process is completed, 24 scrambled Bit-level scrambling graph, the first level of scrambling ends;
步骤三,第二级置乱在像素级别完成;将24个置乱后的比特级平面还原为为B、G、R三个分量的单通道图像,进而对三个单通道图像进行像素级置乱,此时二级置乱结束;Step 3, the second level of scrambling is completed at the pixel level; the 24 scrambled bit-level planes are restored to single-channel images of B, G, and R components, and then pixel-level scrambling is performed on the three single-channel images. scrambling, the secondary scrambling ends at this time;
步骤四,将置乱后的三个单通道图像合并为一个三通道彩色图像,此时得到最终的置乱图像。Step 4, the three single-channel images after scrambling are merged into a three-channel color image, and the final scrambling image is obtained at this time.
进一步地,上述步骤二中,根据目标图像特征,将每个单通道图像的比特平面分为高低两组;对于高比特平面,其置乱中的映射规则由二维混沌系统和一维混沌系统共同迭代得出;对于低比特平面,只进行二维随机映射置乱。Further, in the above step 2, according to the characteristics of the target image, the bit planes of each single-channel image are divided into high and low groups; Iteratively derived; for low-bit planes, only 2D random map scrambling is performed.
上述的二维混沌系统采用cat map二维置乱方法;一维混沌系统采用logisticmap一维置乱方法。The above-mentioned two-dimensional chaotic system adopts the cat map two-dimensional scrambling method; the one-dimensional chaotic system adopts the logistic map one-dimensional scrambling method.
上述方法还包括解密过程,为置乱加密过程的逆过程:首先对密文图像进行颜色通道分离,得到B、G、R三个单通道图像,再进行像素级置乱的逆向操作,此时还原了二级置乱;进而对B、G、R进行比特平面的划分,得到24个比特平面;为每一个比特平面分配一个线程,每个比特平面独立地在各自线程上执行置乱还原操作,多个线程并发执行;此时得到的24个比特平面为原始的二值图像,将其进行合并,得到的3通道图像即为解密后的原始图像。The above method also includes a decryption process, which is the inverse process of the scrambling encryption process: first, the color channel separation is performed on the ciphertext image to obtain three single-channel images of B, G, and R, and then the reverse operation of pixel-level scrambling is performed. The second-level scrambling is restored; then, the bit planes of B, G, and R are divided to obtain 24 bit planes; a thread is assigned to each bit plane, and each bit plane independently performs the scrambling restoration operation on its own thread , multiple threads execute concurrently; the 24 bit planes obtained at this time are the original binary image, which are combined, and the obtained 3-channel image is the original image after decryption.
本发明的有益效果为,通过综合考虑像素级置乱和比特级置乱的各自特点,本方法设计了一种基于多线程的多级置乱方法。这种置乱方法可以嵌入于任何图像加密算法的置乱阶段。相比传统置乱方法,本方法能够在置乱阶段显著改变明文的统计学信息,并具有安全性高,时效性较好的特点。The beneficial effect of the present invention is that, by comprehensively considering the respective characteristics of pixel-level scrambling and bit-level scrambling, the method designs a multi-level scrambling method based on multithreading. This scrambling method can be embedded in the scrambling stage of any image encryption algorithm. Compared with the traditional scrambling method, this method can significantly change the statistical information of the plaintext in the scrambling stage, and has the characteristics of high security and good timeliness.
附图说明Description of drawings
图1为蓝色通道图像的8个比特平面,(a)~(h)从高到低。Figure 1 shows the 8 bit planes of the blue channel image, (a) ~ (h) from high to low.
图2为绿色通道图像的8个比特平面,(a)~(h)从高到低。Figure 2 is the 8 bit planes of the green channel image, (a) ~ (h) from high to low.
图3为红色通道图像的8个比特平面,(a)~(h)从高到低。Figure 3 is the 8 bit planes of the red channel image, (a) ~ (h) from high to low.
图4为基于多线程模型和多级置乱的数字图像加密流程图。Fig. 4 is a flow chart of digital image encryption based on multi-thread model and multi-level scrambling.
图5为基于多线程模型和多级置乱还原的数字图像解密流程图。Fig. 5 is a flow chart of digital image decryption based on multi-thread model and multi-level scrambling restoration.
图6为置乱图像柱状图;(a)B通道,(b)G通道,(c)R通道。Figure 6 is a histogram of scrambled images; (a) B channel, (b) G channel, (c) R channel.
具体实施方式Detailed ways
1.总体实施原则和详细步骤1. Overall implementation principles and detailed steps
本方法基于多线程模型,对于由一个三通道彩色图像划分出的24个比特平面,为每个比特平面分配一个线程,每个平面在各自的线程上独立执行置乱操作,使这些个线程并发执行,对图像并行处理,以提高算法的效率。This method is based on a multi-threaded model. For 24 bit planes divided by a three-channel color image, a thread is assigned to each bit plane, and each plane performs scrambling operations independently on its own thread, so that these threads are concurrent Execute and process images in parallel to improve the efficiency of the algorithm.
步骤1:读取一个3通道的彩色图像,对该图像进行颜色通道分离操作,得到3个单通道图像B、G、R,再对这3个单通道图像进行比特平面的划分,得到24个比特平面(即24个二值图像)。Step 1: read a 3-channel color image, perform color channel separation operation on the image, obtain 3 single-channel images B, G, R, and then divide these 3 single-channel images into bit planes to obtain 24 Bit planes (i.e. 24 binary images).
步骤2:为每个单通道图像的高4比特平面分配一个线程,每个平面在各自的线程上独立执行置乱操作,多个线程并发执行。具体操作如下:Step 2: Allocate a thread for the upper 4-bit plane of each single-channel image, each plane independently executes the scrambling operation on its own thread, and multiple threads execute concurrently. The specific operation is as follows:
(1)生成12个线程,为每个单通道图像的高4比特平面分配一个线程,12个线程并发执行,同时对图像进行置乱操作;(1) Generate 12 threads, allocate a thread for the high 4-bit plane of each single-channel image, 12 threads execute concurrently, and scramble the image at the same time;
(2)在每一个线程函数中,首先对该比特平面进行二维随机映射置乱,这里采用的是cat map二维置乱方法:将二值图像的像素值一一映射到一个二维数组中,利用两个参数p和q(p,q<image_size)确定映射的目的位置,将像素点从原位置映射到目的位置,通过改变像素点的相对位置来达到置乱的效果。此时得到置乱后的二维数组catmapArrm(m表示不同的比特平面),数组中的每一个点对应二值图像中的一个像素值;(2) In each thread function, first perform two-dimensional random map scrambling on the bit plane, here is the cat map two-dimensional scrambling method: map the pixel values of the binary image to a two-dimensional array one by one In , two parameters p and q (p, q<image_size) are used to determine the target position of the mapping, and the pixel is mapped from the original position to the target position, and the effect of scrambling is achieved by changing the relative position of the pixel. Obtain now the two-dimensional array catmapArr m after scrambling (m represents different bit planes), each point in the array corresponds to a pixel value in the binary image;
(3)利用一维随机映射置乱产生与当前比特平面等大的数组,数组中数值大小随机,这里采用的是logistic map一维置乱:递归产生xi的值,初始值x0为秘钥key的值;进而将得到的一维随机数组转化为对应的二维数组logisticArrm(与catmapArrm等大);(3) Use one-dimensional random map scrambling to generate an array that is as large as the current bit plane. The values in the array are random in size. Here, the logistic map one-dimensional scrambling is used: the value of x i is recursively generated, and the initial value x 0 is the secret Key value; then convert the obtained one-dimensional random array into the corresponding two-dimensional array logisticArr m (equal to catmapArr m );
(4).将logisticArrm与catmapArrm两个二维数组中对应位置的像素值执行异或操作,结果保存在二维数组afterConfsuionm中,该数组中的数值即为置乱后图像的像素值。(4). XOR the pixel values at the corresponding positions in the two two-dimensional arrays of logisticArr m and catmapArr m , and save the result in the two-dimensional array afterConfsuion m . The values in this array are the pixel values of the scrambled image .
afterConfsuionm(i,j)=logisticArrm(i,j)⊕catmapArrm(i,j);afterConfsuion m (i, j) = logisticArr m (i, j) ⊕ catmapArr m (i, j);
(5)将每一个线程函数中的二维数组afterConfsuionm中像素值还原到二值图像相应的位置,此时完成对高比特平面的置乱;(5) restore the pixel value in the two-dimensional array afterConfsuion m in each thread function to the corresponding position of the binary image, and complete the scrambling of the high bit plane at this time;
(6)当12个并行线程全部执行结束后,关闭线程句柄对象。(6) When all the 12 parallel threads are executed, close the thread handle object.
步骤3:为每个单通道图像的低4比特平面分配一个线程,每个平面在各自的线程上独立执行置乱操作,多个线程并发执行。具体操作如下:Step 3: Allocate a thread for the low 4-bit plane of each single-channel image, each plane independently executes the scrambling operation on its own thread, and multiple threads execute concurrently. The specific operation is as follows:
(1)生成12个线程,为每个单通道图像的低4比特平面分配一个线程,12个线程并发执行,同时对图像进行置乱操作;(1) Generate 12 threads, allocate a thread for the low 4-bit plane of each single-channel image, 12 threads execute concurrently, and scramble the image at the same time;
(2)在每一个线程函数中,对该比特平面进行二维随机映射置乱,这里采用的是cat map二维随机映射置乱方法,得到置乱后的二维数组low_catmapArrm;(2) In each thread function, carry out two-dimensional random map scrambling to this bit plane, what adopt here is cat map two-dimensional random map scrambling method, obtain the two-dimensional array low_catmapArr m after scrambling;
(3)将每一个线程函数中的二维数组low_catmapArrm中的像素值还原到二值图像的对应位置,此时完成对低比特平面的置乱;(3) Restore the pixel value in the two-dimensional array low_catmapArrm in each thread function to the corresponding position of the binary image, and complete the scrambling of the low bit plane at this moment;
(4)当12个并行线程全部执行结束后,关闭线程句柄对象;(4) after all executions of 12 parallel threads are finished, close the thread handle object;
此时,一级置乱结束,得到24个置乱后的比特平面。At this point, the first level of scrambling ends, and 24 scrambled bit planes are obtained.
步骤4:将24个置乱后的比特平面合并为3个单通道图像,此时基于三个像素级分量平面,执行二级置乱,采用二维置乱sorting-based permutation方法。Step 4: Merge the 24 scrambled bit planes into 3 single-channel images. At this time, based on the three pixel-level component planes, perform secondary scrambling, using a two-dimensional scrambling sorting-based permutation method.
步骤5:将二级置乱后的3个单通道图像合并为一个3通道图像,并写入到文件中。Step 5: Merge the 3 single-channel images after the secondary scrambling into a 3-channel image, and write it into a file.
2.以相关系数为例对算法进行分析2. Take the correlation coefficient as an example to analyze the algorithm
将置乱加密后的图像分成3个单通道图像B、G、R,分别对这3个单通道图像进行水平相关性、垂直相关性以及对角相关性分析。The scrambled and encrypted image is divided into three single-channel images B, G, and R, and the horizontal correlation, vertical correlation and diagonal correlation analysis are performed on these three single-channel images respectively.
表1置乱后图像相邻像素点相关性系数Table 1 Correlation coefficient of adjacent pixels in the image after scrambling
通过上述测试结果可看出,图像的各方面的相关性系数都有所下降,甚至趋近于零,由此可得出结论:本发明的多级置乱方法达到了理想的效果,多级置乱使得图像的逻辑相关性彻底被打乱了。As can be seen from the above test results, the correlation coefficients of all aspects of the image have declined, even approaching zero, and thus it can be concluded that the multi-stage scrambling method of the present invention has achieved an ideal effect. Scrambling makes the logical correlation of the image completely disrupted.
3.以柱状图为例对算法进行分析3. Take the histogram as an example to analyze the algorithm
将置乱加密后的图像划分为3个单通道图像B、G、R,分别对这三个单通道图像画出柱状图并进行分析Divide the scrambled and encrypted image into three single-channel images B, G, and R, draw and analyze histograms for these three single-channel images
从图6柱状图分析来看,每一个像素值的个数大致在同一水平线上,置乱效果理想。From the analysis of the histogram in Figure 6, the number of each pixel value is roughly on the same horizontal line, and the scrambling effect is ideal.
4.以信息熵为例对算法进行分析4. Taking information entropy as an example to analyze the algorithm
将置乱加密后的图像分成3个单通道图像B、G、R,分别对这3个单通道图像进行信息熵的计算Divide the scrambled encrypted image into three single-channel images B, G, and R, and calculate the information entropy of these three single-channel images respectively
表2置乱图想信息熵分析Table 2 Information entropy analysis of scrambled image
信息熵是指信息的混乱的程度;观察上述测试数据,经过置乱加密后的图像的信息熵显著增加,熵值接近于理想值8,置乱的效果理想。Information entropy refers to the degree of information confusion; observing the above test data, the information entropy of the image after scrambling and encryption increases significantly, and the entropy value is close to the ideal value of 8, and the effect of scrambling is ideal.
5.以该置乱算法吞吐量为例对算法进行分析5. Take the throughput of the scrambling algorithm as an example to analyze the algorithm
根据程序的吞吐量为:Throughput=142.513K/s。The throughput according to the program is: Throughput=142.513K/s.
综上所述,原始的置乱算法只是针对图像整体进行了一级置乱。而本发明将其从一级置乱上升到了多级置乱,大大增加了隐藏信息的安全性;且采用了多线程模型来实现,又提高了算法的执行效率。因此,该方法能够更好的用于信息安全领域的信息隐藏、加密传输等应用过程。To sum up, the original scrambling algorithm only performs a first-level scrambling for the entire image. However, the present invention raises it from one-level scrambling to multi-level scrambling, which greatly increases the security of hidden information; and adopts a multi-thread model to realize, and improves the execution efficiency of the algorithm. Therefore, the method can be better used in application processes such as information hiding and encrypted transmission in the field of information security.
Claims (4)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810063188.2A CN108229194B (en) | 2018-01-18 | 2018-01-18 | Digital image scrambling method based on multi-thread model and multi-level scrambling |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810063188.2A CN108229194B (en) | 2018-01-18 | 2018-01-18 | Digital image scrambling method based on multi-thread model and multi-level scrambling |
Publications (2)
Publication Number | Publication Date |
---|---|
CN108229194A true CN108229194A (en) | 2018-06-29 |
CN108229194B CN108229194B (en) | 2019-12-17 |
Family
ID=62668545
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201810063188.2A Expired - Fee Related CN108229194B (en) | 2018-01-18 | 2018-01-18 | Digital image scrambling method based on multi-thread model and multi-level scrambling |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108229194B (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109104544A (en) * | 2018-08-07 | 2018-12-28 | 东北大学 | A kind of New chaotic image encryption method synchronous based on complex network |
CN111461951A (en) * | 2020-03-30 | 2020-07-28 | 三维通信股份有限公司 | Color image encryption method, device, computer equipment and readable storage medium |
WO2021016923A1 (en) * | 2019-07-31 | 2021-02-04 | 东北大学 | Data enhancement method employing bit plane separation and recombination |
CN113852456A (en) * | 2021-09-23 | 2021-12-28 | 安徽理工大学 | An Image Encryption System Based on Chaos Mapping and Feature Extraction in Matlab |
CN114119417A (en) * | 2021-11-26 | 2022-03-01 | 北京中电普华信息技术有限公司 | An image processing method, system and storage medium |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20060126890A1 (en) * | 2002-12-17 | 2006-06-15 | Yun-Qing Shi | Methods and apparatus for lossless data hiding |
CN107563950A (en) * | 2017-09-08 | 2018-01-09 | 东北大学 | A kind of safe and efficient digital image encryption method |
-
2018
- 2018-01-18 CN CN201810063188.2A patent/CN108229194B/en not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20060126890A1 (en) * | 2002-12-17 | 2006-06-15 | Yun-Qing Shi | Methods and apparatus for lossless data hiding |
CN107563950A (en) * | 2017-09-08 | 2018-01-09 | 东北大学 | A kind of safe and efficient digital image encryption method |
Non-Patent Citations (1)
Title |
---|
ZHI-LIANG ZHU 等: "a chaos-based symmetric image scheme using a bit-level permutation", 《INFORMATION SCIENCES》 * |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109104544A (en) * | 2018-08-07 | 2018-12-28 | 东北大学 | A kind of New chaotic image encryption method synchronous based on complex network |
CN109104544B (en) * | 2018-08-07 | 2020-09-22 | 东北大学 | A chaotic image encryption method based on complex network synchronization |
WO2021016923A1 (en) * | 2019-07-31 | 2021-02-04 | 东北大学 | Data enhancement method employing bit plane separation and recombination |
CN111461951A (en) * | 2020-03-30 | 2020-07-28 | 三维通信股份有限公司 | Color image encryption method, device, computer equipment and readable storage medium |
CN111461951B (en) * | 2020-03-30 | 2023-10-31 | 三维通信股份有限公司 | Color image encryption method, apparatus, computer device, and readable storage medium |
CN113852456A (en) * | 2021-09-23 | 2021-12-28 | 安徽理工大学 | An Image Encryption System Based on Chaos Mapping and Feature Extraction in Matlab |
CN114119417A (en) * | 2021-11-26 | 2022-03-01 | 北京中电普华信息技术有限公司 | An image processing method, system and storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN108229194B (en) | 2019-12-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108229194B (en) | Digital image scrambling method based on multi-thread model and multi-level scrambling | |
Chai et al. | An image encryption scheme based on multi-objective optimization and block compressed sensing | |
CN106296560B (en) | Composite cascade chaotic color image encryption algorithm | |
Wang et al. | Fast image encryption algorithm based on parallel computing system | |
CN104008520B (en) | Color image encryption method based on SHA-384 function, spatiotemporal chaotic system, quantum chaotic system and neural network | |
CN110417539B (en) | A color image encryption method based on dynamic chaos and matrix convolution operation | |
CN112637441B (en) | Color image compression encryption method based on compressed sensing | |
Yan et al. | QHSL: A quantum hue, saturation, and lightness color model | |
CN106778304B (en) | Rapid chaotic image encryption method with plaintext related scrambling mechanism | |
CN106910156B (en) | A chaotic image encryption method with key stream generation mechanism related to plaintext | |
CN112199690B (en) | Image encryption method for synchronously realizing fractional order complex system based on mixed time lag | |
CN107633175B (en) | A Chaos-Based Fast Color Image Encryption Method | |
CN105046161A (en) | DNA dynamic coding based colored image encryption method | |
CN105447396A (en) | Fractional domain image encryption method based on Arnold transformation and compound chaos | |
CN107592198A (en) | The four-dimensional Hopfield neural network images encryption method of quantum Fourier conversion | |
CN107590394A (en) | A kind of image encryption method based on chaotic maps and bit recombination | |
CN107330338B (en) | Color image encryption and decryption method and system based on double chaotic cross-diffusion | |
CN106651735A (en) | Chaos theory-based digital image parallel encryption method | |
CN106709854A (en) | Cat mapping and chaos based image information fusion and encryption method | |
CN107911572A (en) | Image Encryption Method Based on Fractional Fourier Transform Improved Logistic Chaotic System | |
CN106570814B (en) | Hyperchaotic image encryption method | |
CN104050617B (en) | Image encryption method based on Liu chaos systems | |
CN104881837B (en) | The image encryption method of key choice of dynamical based on hyperchaotic system | |
Gan et al. | Image cipher using image filtering with 3D DNA-based confusion and diffusion strategy | |
CN111177746A (en) | An Efficient Visual Secret Sharing Method with Core Participants |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20191217 Termination date: 20210118 |
|
CF01 | Termination of patent right due to non-payment of annual fee |