当前位置:
首页
资源下载

搜索资源 - image encryption decryption java
搜索资源列表
-
0下载:
一种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.
-
-
0下载:
简单的图片加密程序,把原图与作为密钥的图片进行异或操作实现图片的加密,再进行一次异或操作,实现解密-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
-
-
0下载:
运用java技术,基于RSA算法,实现对图片文件进行加密解密的源代码-Using java technology, based on RSA algorithm, the image files on the source code for encryption and decryption
-
-
0下载:
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的公钥对一图象文
-
-
0下载:
加解密软件实现对文件的加解密,其中包含有文档是对其的形象描述,运用的是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.
-
-
0下载:
用java写的一个图片视频加密解密的小工具,方便给自己的资源加密-Using java to write a video image encryption and decryption of small tools, easy to encrypt their own resources
-
-
0下载:
Steganography in java using LSB technique for hiding message in PNG image & using AES and SHA-2 algorithm for encryption/decryption of message.
-