CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java encryption image

搜索资源列表

  1. ImageEncryption

    0下载:
  2. 基于混沌加密算法的图像加密软件,使用Java awt做的界面设计-Image encryption algorithm based on chaotic encryption software, to use Java awt to do interface design
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:35.28kb
    • 提供者:于大海
  1. Setup-OpenStego-0.5.2

    0下载:
  2. Setup-OpenStego is a tool implemented in Java for image based steganography, with support for password-based encryption of the data. It currently supports embedding of messages/files in a 24bpp images. Implementation of the same in C++ is also planne
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:18.83kb
    • 提供者:lixiaopei
  1. cryptographyJava

    0下载:
  2. Modules : 1. Conversion of secret color image into Gray scale Image. 2. Encryption by Half toning. 3. Generation of shares. 4. Selection of Secret information pixels. 5. Encrypt the shares. 6. Reveli
  3. 所属分类:Network Security

    • 发布日期:2017-03-26
    • 文件大小:56.03kb
    • 提供者:anu
  1. Fibonacci_encryption

    0下载:
  2. 一种Fibonacci序列变换空域加密算法和解密算法。利用Fibonacci序列产生密钥,实现图像空域加密。-The airspace of a Fibonacci sequence transform encryption algorithm and decryption algorithm. The use of Fibonacci sequence generated key encryption to achieve the image airspace.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:11.79kb
    • 提供者:林旭亮
  1. ImageFreqCipher

    1下载:
  2. 一种频域加密算法,图像经过DCT变换得到DCT系数,然后对DCT系数进行加密。然后对加密的DCT系数进行DCT反变换图像数据。最后对其加密后的图像数据进行线性变换来调整图像数据的取值范围在[0,255]。最后得到加密图像-A frequency-domain encryption algorithm, the image obtained through the DCT transform DCT coefficients, and then encrypt the DCT coefficien
  3. 所属分类:加密解密

    • 发布日期:2013-12-18
    • 文件大小:13.5kb
    • 提供者:林旭亮
  1. ImageDeal.java.tar

    0下载:
  2. 简单的图片加密程序,把原图与作为密钥的图片进行异或操作实现图片的加密,再进行一次异或操作,实现解密-Simple image encryption procedures, the Original and different pictures as a key to achieve the image or operation of encryption, and then once exclusive or operation, to achieve decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:2.45kb
    • 提供者:Wu Zhongsheng
  1. J2ME

    0下载:
  2. j2me中的图片压缩和加密技术的应用和说明-j2me in the image compression and encryption technology, and express
  3. 所属分类:J2ME

    • 发布日期:2017-04-02
    • 文件大小:3.64kb
    • 提供者:ytl
  1. RSA

    0下载:
  2. 运用java技术,基于RSA算法,实现对图片文件进行加密解密的源代码-Using java technology, based on RSA algorithm, the image files on the source code for encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2.19kb
    • 提供者:窦小敏
  1. kt

    0下载:
  2. 实现骑士游历问题。 骑士游历问题是一个经典的数学问题。其思想在电路图的设计及图像加密等方面都有帮助,如果能将骑士游历问题算法通过计算机语言程序化将对其在其他领域中的应用有极大帮助。通过研究骑士游历的规则对问题进行数学模型抽象,通过研究骑士游历的方向与可到达情况,将骑士的空间移动抽象成数学表达式,进而映射到程序中所需对应的数据结构形式,最后通过利用JAVA语言得以实现骑士游历问题中骑士游历过程的动态图形演示。 -Knight traveled to achieve the problem. Kni
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3.96kb
    • 提供者:蒋立
  1. Lab1_3_1

    0下载:
  2. 1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥提供给对方,然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的私钥解密后得到F(x),在同本地计算得到的F(X)进行对比,如果一致,说明公钥分配成功。 (3)A用B的公钥对一图象文
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:803.28kb
    • 提供者:陈溢豪
  1. APPLICATION_FORM

    0下载:
  2. An Asymmetric Image Encryption Based on Matrix Transformation APPLYING JAVA
  3. 所属分类:Web Server

    • 发布日期:2017-11-17
    • 文件大小:239.59kb
    • 提供者:riddhiman
  1. Encryption_DES_java

    0下载:
  2. Java code for multi-layer/multi-level image encryption. At first level, effectively encrypts the image. At second level, re-encrypt the encrypted image. Little hard to understand. Have patience when reading the code (an honest advise for java beginne
  3. 所属分类:CA program

    • 发布日期:2017-11-30
    • 文件大小:29.77kb
    • 提供者:Ajitpal Brar
  1. jiajiemi

    0下载:
  2. 加解密软件实现对文件的加解密,其中包含有文档是对其的形象描述,运用的是sql ,java等知识。-Encryption software encryption and decryption of the document, which contains the image of the document to its descr iption, use the sql, java and other knowledge.
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2.2mb
    • 提供者:aiqinhai
  1. Encoding-Decoding-Free

    0下载:
  2. 用java写的一个图片视频加密解密的小工具,方便给自己的资源加密-Using java to write a video image encryption and decryption of small tools, easy to encrypt their own resources
  3. 所属分类:JavaScript

    • 发布日期:2017-03-23
    • 文件大小:32.62kb
    • 提供者:邱赫
  1. wancheng

    0下载:
  2. Java实现用RSA算法对图像加密(通过base64类转换图片)-using the RSA algorithm for image encryption (through base64 conversion picture)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:106.49kb
    • 提供者:刘丹丹
  1. LDDRSA

    0下载:
  2. Java实现RSA算法对图像加密(通过base64类将图像转换成可加密的字符串)-Java realize RSA algorithm for image encryption (via base64 class image converted into an encrypted string)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:10.37kb
    • 提供者:刘丹丹
  1. Steganography6

    0下载:
  2. Steganography in java using LSB technique for hiding message in PNG image & using AES and SHA-2 algorithm for encryption/decryption of message.
  3. 所属分类:加密解密

    • 发布日期:2018-04-22
    • 文件大小:22kb
    • 提供者:rainI7
搜珍网 www.dssz.com