登录
首页 » Python » picture_encryption

picture_encryption

于 2019-12-11 发布
0 162
下载积分: 1 下载次数: 5

代码说明:

说明:  使用python实现图像的加解密算法,涉及到基于RC4的图像加解密,基于logistic的图像加解密,arnold图像置换,有图像界面,使用QT制作(Using Python to implement image encryption and decryption algorithm involves image encryption and decryption based on RC4, image encryption and decryption based on logistic, Arnold image replacement, image interface, QT production)

文件列表:

picture_encryption\arnold\arnold.py, 1666 , 2019-07-02
picture_encryption\arnold\cat.bmp, 1254454 , 2019-04-29
picture_encryption\arnold\de_arnold.py, 1475 , 2019-07-02
picture_encryption\arnold\res_pic.bmp, 940854 , 2019-07-17
picture_encryption\arnold\secret.bmp, 940854 , 2019-09-30
picture_encryption\arnold\__pycache__\arnold.cpython-37.pyc, 1694 , 2019-07-02
picture_encryption\arnold\__pycache__\de_arnold.cpython-37.pyc, 1408 , 2019-07-02
picture_encryption\deciphering.py, 1368 , 2019-09-21
picture_encryption\encryption.py, 1328 , 2019-07-02
picture_encryption\logistic\de_logistic.py, 1797 , 2019-07-02
picture_encryption\logistic\hh.bmp, 263222 , 2019-05-18
picture_encryption\logistic\logistic.py, 1799 , 2019-07-02
picture_encryption\logistic\res_pic.bmp, 197430 , 2019-10-10
picture_encryption\logistic\secret.bmp, 197430 , 2019-10-10
picture_encryption\logistic\__pycache__\de_logistic.cpython-37.pyc, 1875 , 2019-07-02
picture_encryption\logistic\__pycache__\logistic.cpython-37.pyc, 1811 , 2019-07-02
picture_encryption\main.py, 933 , 2019-07-07
picture_encryption\others\correlation.py, 786 , 2019-07-03
picture_encryption\others\histogram.py, 471 , 2019-07-03
picture_encryption\others\information_entropy.py, 453 , 2019-07-03
picture_encryption\RC4\de_RC4.py, 2153 , 2019-07-02
picture_encryption\RC4\people.bmp, 1166454 , 2019-06-27
picture_encryption\RC4\RC4.py, 2155 , 2019-07-02
picture_encryption\RC4\res_pic.bmp, 30054 , 2019-10-10
picture_encryption\RC4\secret.bmp, 30054 , 2019-10-10
picture_encryption\RC4\__pycache__\de_RC4.cpython-37.pyc, 2282 , 2019-07-02
picture_encryption\RC4\__pycache__\RC4.cpython-37.pyc, 2285 , 2019-07-02
picture_encryption\Ui\deciphering.ui, 6071 , 2019-07-02
picture_encryption\Ui\encryption.ui, 5743 , 2019-07-02
picture_encryption\Ui\main.ui, 2164 , 2019-07-02
picture_encryption\Ui\Ui_deciphering.py, 5420 , 2019-07-02
picture_encryption\Ui\Ui_encryption.py, 5160 , 2019-07-02
picture_encryption\Ui\Ui_main.py, 2143 , 2019-07-02
picture_encryption\Ui\__pycache__\Ui_deciphering.cpython-37.pyc, 3276 , 2019-07-02
picture_encryption\Ui\__pycache__\Ui_encryption.cpython-37.pyc, 3187 , 2019-07-02
picture_encryption\Ui\__pycache__\Ui_main.cpython-37.pyc, 1726 , 2019-07-02
picture_encryption\__pycache__\deciphering.cpython-37.pyc, 1932 , 2019-09-29
picture_encryption\__pycache__\encryption.cpython-37.pyc, 1876 , 2019-07-02
picture_encryption\__pycache__\Ui_deciphering.cpython-37.pyc, 2874 , 2019-07-02
picture_encryption\__pycache__\Ui_encryption.cpython-37.pyc, 3032 , 2019-07-02
picture_encryption\__pycache__\Ui_main.cpython-37.pyc, 1391 , 2019-07-02
picture_encryption\__pycache__\Ui_test.cpython-37.pyc, 3336 , 2019-06-28
picture_encryption\arnold\__pycache__, 0 , 2019-07-02
picture_encryption\logistic\__pycache__, 0 , 2019-07-02
picture_encryption\RC4\__pycache__, 0 , 2019-07-02
picture_encryption\Ui\__pycache__, 0 , 2019-07-02
picture_encryption\arnold, 0 , 2019-06-28
picture_encryption\logistic, 0 , 2019-06-28
picture_encryption\others, 0 , 2019-07-16
picture_encryption\RC4, 0 , 2019-07-02
picture_encryption\Ui, 0 , 2019-07-02
picture_encryption\__pycache__, 0 , 2019-09-29
picture_encryption, 0 , 2019-07-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • house2
    绘制一个小房子,并演示透视变换。(drawing a small house, and demonstrated perspective transformation.)
    2004-12-16 17:55:32下载
    积分:1
  • DCT
    说明:  考虑DCT阈中量化效应,采用8X8的DCT模板,选择量化步长,结合缩放因子进行图像压缩。(Considering the quantization effect in DCT threshold, we use the 8X8 DCT template, select the quantization step, and combine the scaling factor to compress the image.)
    2020-12-27 15:47:43下载
    积分:1
  • Project1
    EM算法。问题背景是,有N条长为L的DNA序列,每条序列里面有一条长尾K的目标序列,但不知道他的位置,目标序列内的核苷酸服从foreground product multinomial distribution,非目标序列服从background multinomial distribution,改程序意在求解两种分布的参数。(EM algorithm. Background to the issue is that there are N pieces of length L of DNA sequences, each sequence which has a target sequence Nagao K, but do not know his position, the target nucleotide sequence within obedience foreground product multinomial distribution, non-target sequence obey background multinomial distribution, the program is intended to change the parameters in solving the two distributions.)
    2016-04-05 09:35:05下载
    积分:1
  • 正则化工具,完整的正则化工具 Regularization Tools Version 4.1
    正则化工具,完整的正则化工具,包括各种正则化的处理,使用matlab编程语言(regularization tools)
    2020-06-27 04:20:02下载
    积分:1
  • rastersubsetviashapefile
    说明:  使用shp文件裁剪矢量数据,可自己选择矢量文件,栅格文件,输出文件(Use SHP file to crop vector data. You can choose vector file, grid file and output file)
    2019-12-24 23:30:08下载
    积分:1
  • ImageViewer
    ImageView: This is an image viewer program
    2010-07-05 18:07:05下载
    积分:1
  • faceddetect
    使用vs2012+opencv2.4.5做的人脸检测代码,可以实现对静态图像上人脸的检测(Use vs2012+ opencv2.4.5 do face detection code, you can achieve detection of static images of the human face)
    2014-09-30 17:15:12下载
    积分:1
  • DensePose-master
    DensePose用深度学习把2D图像坐标映射到3D人体表面上,再加上以每秒多帧的速度处理密集坐标,最后实现动态人物的精确定位和姿态估计。该技术集目标检测、姿态估计、目标部分/实例分割等多种计算机视觉任务于一身的一个综合问题。(DensePost maps 2D image coordinates to 3D human body surface by in-depth learning, and processes dense coordinates at the speed of multiple frames per second. Finally, it realizes precise positioning and attitude estimation of dynamic characters. This technology integrates many kinds of computer vision tasks, such as target detection, attitude estimation, target part/instance segmentation, etc.)
    2019-06-17 21:25:31下载
    积分:1
  • fault
    transeint behavior in induction generator during grid fault
    2009-03-03 02:32:22下载
    积分:1
  • Laplacianpyramid
    Laplacian pyramid方法的matlab程序代码,对用Laplacian pyramid多尺度方法的同志肯定有用(Laplacian pyramid of Matlab code, Laplacian pyramid with the multi-scale approach certainly useful comrades)
    2006-06-05 22:03:38下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载