CN107169911A - 一种基于二维Arnold变换的图像加密方法 - Google Patents

一种基于二维Arnold变换的图像加密方法 Download PDF

Info

Publication number
CN107169911A
CN107169911A CN201611066357.5A CN201611066357A CN107169911A CN 107169911 A CN107169911 A CN 107169911A CN 201611066357 A CN201611066357 A CN 201611066357A CN 107169911 A CN107169911 A CN 107169911A
Authority
CN
China
Prior art keywords
image
arnold
conversion
encryption
transformation
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.)
Pending
Application number
CN201611066357.5A
Other languages
English (en)
Inventor
不公告发明人
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huang Zongmei
Original Assignee
Huang Zongmei
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Huang Zongmei filed Critical Huang Zongmei
Priority to CN201611066357.5A priority Critical patent/CN107169911A/zh
Publication of CN107169911A publication Critical patent/CN107169911A/zh
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/0021Image watermarking

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)

Abstract

一种基于二维Arnold变换的图像加密方法,属于加密技术领域,通过用一个二元函数I=f(x,y)来表示一幅二维平面图像,然后对图像f(x,y)进行二维Arnold变换,通过像素坐标的改变而改变原始图像灰度值的布局;将原始图像看作一个矩阵,经过Arnold变换后的图像会变的“混乱不堪”,由于Arnold变换的周期性,继续使用Arnold变换,可以重现图像,即达到解密图像。本发明利用Arnold变换的周期性,即当迭代到某一步时将重新得到原始图像,较于其他加密方法,更容易进行图像的加密与解密,大大提高了图像加密效率。

Description

一种基于二维Arnold变换的图像加密方法
技术领域
本发明涉及加密技术领域,具体涉及一种基于二维Arnold变换的图像加密方法。
背景技术
随着计算机网络的开放、共享性以及互联程度的日益扩大,Internet得到了飞速的发展和应用,网络的重要性及其对社会的影响也越来越大。与此同时,网络的安全保密问题也已成为日益严重的现实问题。近年来,无论官方还是民间机构,都对信息的安全存储、保密传输、真伪验证等问题高度重视。
常见的加密算法,如DES、AES、RSA等都是针对文本、数据加密而提出的。对于在数字图像方面的加密来说,常见的也是采用这些文本加密技术的思想。但是,文本和图像也存在很多区别,主要是:(1)图像信息量非常大。(2)相邻像素具有相关性。由于图像的可视性,一定区域内色彩是相似的,因此相邻像素间有很强的相关性。文本加密技术并没有考虑这种相关性,而是依次加密每个像素。 (3)加密图像在解密时常允许一定失真。这种图像失真只要控制在人的视觉内是完全可以接受的。显然在加密和解密时,需要考虑图像的这种特点。文本加密技术没有考虑失真度的问题。(4)需要预处理。数字图像一般以二维数组的数据格式存储,而文本加密技术都要求先将待加密的数据转换为二进制的数据流,如果图像很大的话,需要一定的图像预处理时间,降低了加密效率。
发明内容
本发明针对上述所要解决的问题,提供一种基于二维Arnold变换的图像加密方法。
为实现本发明的目的,本发明所采用的技术方案是:
一种基于二维Arnold变换的图像加密方法, 利用Arnold变换的周期性,即当迭代到某一步时将重新得到原始图像,使得很容易进行图像的加密与解密,包括以下步骤:(1)用一个二元函数I=f(x,y)来表示一幅二维平面图像,(x,y)表示二维空间坐标系中一个坐标点的位置,则f(x,y)代表图像在这一点的灰度值,与图像在这一点的亮度相对应;(2)对图像f(x,y)进行二维Arnold变换,通过像素坐标的改变而改变原始图像灰度值的布局;(3)原始图像看作一个矩阵,经过Arnold变换后的图像会变的“混乱不堪”,由于Arnold变换的周期性,继续使用Arnold变换,可以重现图像,即达到解密图像。
所述(2)中对图像f(x,y)进行二维Arnold变换为:设有单位正方形上的点(x,y),将点(x,y)变到另一点(x’,y’)即为二维Arnold变换。
本发明利用Arnold变换的周期性,即当迭代到某一步时将重新得到原始图像,较于其他加密方法,更容易进行图像的加密与解密,大大提高了图像加密效率。
具体实施方式
下列对本发明的实施作进一步的说明,以便本领域的技术人员能够更好的理解并实施。
实施例1
一种基于二维Arnold变换的图像加密方法, 利用Arnold变换的周期性,即当迭代到某一步时将重新得到原始图像,使得很容易进行图像的加密与解密,包括以下步骤:(1)用一个二元函数I=f(x,y)来表示一幅二维平面图像,(x,y)表示二维空间坐标系中一个坐标点的位置,则f(x,y)代表图像在这一点的灰度值,与图像在这一点的亮度相对应;(2)对图像f(x,y)进行二维Arnold变换,通过像素坐标的改变而改变原始图像灰度值的布局;设有单位正方形上的点(x,y),将点(x,y)变到另一点(x’,y’)即为二维Arnold变换:
(3)原始图像看作一个矩阵,经过Arnold变换后的图像会变的“混乱不堪”,由于Arnold变换的周期性,继续使用Arnold变换,可以重现图像,即达到解密图像。
以上所述仅是本发明的实施方式,应当指出,对于本技术领域的普通技术人员来说,在不脱离本发明技术原理的前提下,还可以做出若干改进和变型,这些改进和变型也应视为本发明的保护范围。

Claims (2)

1.一种基于二维Arnold变换的图像加密方法, 利用Arnold变换的周期性,即当迭代到某一步时将重新得到原始图像,使得很容易进行图像的加密与解密,其特征在于,包括以下步骤:(1)用一个二元函数I=f(x,y)来表示一幅二维平面图像,(x,y)表示二维空间坐标系中一个坐标点的位置,则f(x,y)代表图像在这一点的灰度值,与图像在这一点的亮度相对应;(2)对图像f(x,y)进行二维Arnold变换,通过像素坐标的改变而改变原始图像灰度值的布局;(3)将原始图像看作一个矩阵,经过Arnold变换后的图像会变的“混乱不堪”,由于Arnold变换的周期性,继续使用Arnold变换,可以重现图像,即达到解密图像。
2.如权利要求1中所述的基于二维Arnold变换的图像加密方法,其特征在于,所述(2)中对图像f(x,y)进行二维Arnold变换为:设有单位正方形上的点(x,y),将点(x,y)变到另一点(x’,y’)即为二维Arnold变换。
CN201611066357.5A 2016-11-28 2016-11-28 一种基于二维Arnold变换的图像加密方法 Pending CN107169911A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611066357.5A CN107169911A (zh) 2016-11-28 2016-11-28 一种基于二维Arnold变换的图像加密方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611066357.5A CN107169911A (zh) 2016-11-28 2016-11-28 一种基于二维Arnold变换的图像加密方法

Publications (1)

Publication Number Publication Date
CN107169911A true CN107169911A (zh) 2017-09-15

Family

ID=59848784

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611066357.5A Pending CN107169911A (zh) 2016-11-28 2016-11-28 一种基于二维Arnold变换的图像加密方法

Country Status (1)

Country Link
CN (1) CN107169911A (zh)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110414448A (zh) * 2019-07-31 2019-11-05 北京三快在线科技有限公司 图像处理方法、装置、电子设备及存储介质
CN111460488A (zh) * 2020-04-30 2020-07-28 中国矿业大学 基于预存储和n维Arnold变换的多图像快速加密方法
CN111460486A (zh) * 2020-04-30 2020-07-28 中国矿业大学 基于预存储和二维Arnold变换的图像快速置乱方法
CN111460487A (zh) * 2020-04-30 2020-07-28 中国矿业大学 基于预存储和三维Arnold变换的彩色图像快速加密方法

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104063833A (zh) * 2013-03-21 2014-09-24 中国水利水电科学研究院 一种图像加密、读取方法及装置

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104063833A (zh) * 2013-03-21 2014-09-24 中国水利水电科学研究院 一种图像加密、读取方法及装置

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
883772: "《数字图像加密技术》", 《HTTPS://WWW.DOCIN.COM/P-1272377890.HTML》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110414448A (zh) * 2019-07-31 2019-11-05 北京三快在线科技有限公司 图像处理方法、装置、电子设备及存储介质
CN111460488A (zh) * 2020-04-30 2020-07-28 中国矿业大学 基于预存储和n维Arnold变换的多图像快速加密方法
CN111460486A (zh) * 2020-04-30 2020-07-28 中国矿业大学 基于预存储和二维Arnold变换的图像快速置乱方法
CN111460487A (zh) * 2020-04-30 2020-07-28 中国矿业大学 基于预存储和三维Arnold变换的彩色图像快速加密方法
CN111460487B (zh) * 2020-04-30 2023-04-07 中国矿业大学 基于预存储和三维Arnold变换的彩色图像快速加密方法
CN111460488B (zh) * 2020-04-30 2023-04-07 中国矿业大学 基于预存储和n维Arnold变换的多图像快速加密方法
CN111460486B (zh) * 2020-04-30 2023-04-07 中国矿业大学 基于预存储和二维Arnold变换的图像快速置乱方法

Similar Documents

Publication Publication Date Title
Tseng et al. A secure data hiding scheme for binary images
Marwaha et al. Visual cryptographic steganography in images
Li et al. Chaotic image encryption using pseudo-random masks and pixel mapping
CN104794675B (zh) 基于切相傅里叶变换的图像隐藏、还原及加密传输方法
CN104200424B (zh) 基于差值变换的(k,n)有意义图像分存及恢复方法
Arun et al. Design of image steganography using LSB XOR substitution method
CN105763762B (zh) 一种图像加密及解密的方法和装置
Li et al. A modified reversible data hiding in encrypted images using random diffusion and accurate prediction
CN107169911A (zh) 一种基于二维Arnold变换的图像加密方法
CN101604439A (zh) 一种基于多混沌系统的彩色图像加密方法
Shifa et al. Joint crypto-stego scheme for enhanced image protection with nearest-centroid clustering
CN106685980A (zh) 一种大文件的加密方法
Chang et al. A sudoku-based secret image sharing scheme with reversibility
Kandar et al. Visual cryptography scheme for color image using random number with enveloping by digital watermarking
Debnath et al. Security analysis with novel image masking based quantum-dot cellular automata information security model
Gokul et al. Hybrid steganography using visual cryptography and LSB encryption method
Khizrai et al. Image encryption using different techniques for high security transmission over a network
Al-Kadei Robust video data security using hybrid cryptography-steganography technique
Hassan et al. Self watermarking based on visual cryptography
CN110473214A (zh) 基于Ramanujan矩阵的图像置乱与恢复方法
CN107169912A (zh) 一种图像混沌加密技术的改进方法
Manoharan et al. Pixel value differencing method based on CMYK colour model
Wang et al. A novel (n, n) secret image sharing scheme based on Sudoku
Li et al. An optical image encryption scheme based on depth-conversion integral imaging and chaotic maps
Kumar et al. A Multilayered architecture for hiding executable files in 3D images

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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20170915

WD01 Invention patent application deemed withdrawn after publication