搜索资源列表
-
0下载:
这个是利用混沌原理henon可以对图像先进行加密然后进行隐藏在另一个图像中再进行解密-This is the principle of the use of chaos henon can encrypt the image first and then proceed to hide in another image and then decrypt
-
-
0下载:
这个是利用图像分解和Logistics混沌序列可以对图像先进行加密然后进行隐藏在另一个图像中再进行解密-This is the principle of the use of chaos henon can encrypt the image first and then proceed to hide in another image and then decrypt
-
-
0下载:
数字证书制作超酷工具,还可以对数据加解密、还能实现数据在网络上的安全传输。
-Making cool tools for a digital certificate, you can also encrypt and decrypt the data, but also on the network data secure transmission.
-
-
2下载:
实现加密解密功能,2048位,加密解密速度非常快,用时非常短-Encrypt and decrypt
-
-
0下载:
字符串加密解密软件,一款德国的软件,进行一些修改-Encrypt and Decrypt a string
-
-
1下载:
用VB6.0做出的字串加密dll(带源码)!!
code.dll的说明:
这是一个由VB做成的dll文件,它支持对字串进行Base64和随机数加解密两种方式。
如果要进行中英文混合加解密,可以先用Base64函数加解密,再用随机数解密。
注意,加密和解密是逆向的,如加密过程为 Rand_Encode(Base64_Encode(str))
则解密过程为 Base64_Decode(Rand_Decode(pas))
函数原型为:
Public Func
-
-
0下载:
加密和解密工具,用于对文档进行加密后自动生成密钥,对生成的加密文件解密后即可获得原文件-Encryption and decryption tool, used to encrypt the document automatically generated key, and decrypt encrypted files generated after the original document available
-
-
0下载:
此程式是利用DES 來進行加密與解密的動作,Mode 採用ECB,Padding 方
法則採用PKCS5Padding。Key 是由程式自行產生,採用Pseudorandom number
generator 來產生Key。利用Framework 為Java Cryptography Extension (JCE) 。-This program is the use of DES to encrypt and decrypt action, Mode ECB Padding method
-
-
0下载:
凯撒密码。将10个字母长的单词进行加密和解密。-Kaiser encrypted
10 letter long word to encrypt and decrypt
-
-
0下载:
Encrypt the user data and then decrypt that data in Windows Driver Legacy Driver with usefull information and registry file.
-
-
0下载:
椭圆曲线加密算法源代码,使用了libtommath的大数运算库实现,可以对文件进行加密和解密-Elliptic curve encryption algorithm source code, using libtommath large numbers arithmetic library implementation can encrypt and decrypt files
-
-
0下载:
This Program Will Encrypt And Decrypt Any File Text Document
Provides The Maximum Security
-
-
0下载:
Each letter is represented by a number modulo 26. (Often the simple scheme A = 0, B = 1, ..., Z = 25 is used, but this is not an essential feature of the cipher.) To encrypt a message, each block of n letters (considered as an n-component vector) is
-
-
0下载:
C++实现的AES加密,解密,密钥扩展。
支持128/192/256位密钥,128位明文/密文。-Crypto Algorithm of AES, 128/192/256-bit key is implemented. 128-bit plain text and cipher text.
key expandtion, encrypt, decrypt.
-
-
0下载:
这是一款加密与解密的程序。先将明文或密文复制到剪贴板,再运行此程序,即可将对应的文字粘贴到其他地方。-This is an encryption and decryption process. First plain or cipher text to the clipboard, and then run this program, you can paste the text into the corresponding elsewhere.
-
-
0下载:
PDF Rider v0.6源码
PDF Rider 是一个可以简单操纵PDF文档的工具。它用C#/.net3.5(WPF)开发,目标做得简单和用户友好。
PDF Rider 功能:
* 合并PDF文档
* 从另一个PDF文件中插入页面
* 从PDF文档中提取页面到一个新文档
* 删除页面
* 页面选装
* 加密和解密pdf文件
* 文档分页
* Version 0.5启用了自动更新检查
PDFRider 使用了一个web浏览器
-
-
0下载:
This a class to decrypt and encrypt mu online pakcets-This is a class to decrypt and encrypt mu online pakcets
-
-
0下载:
Ecnryption and decryption of an image
-
-
0下载:
几种加密解密的小工具,平常可用来生成密码,或者破解密码(Several small tools to encrypt and decrypt, usually used to generate passwords, or to decipher passwords)
-
-
2下载:
制作一个RSA的加解工具的过程:
1、随机搜索大素数,随机生成公钥和私钥;
2、用公钥对任意长度的明文加密;
3、用私钥对密文解密;
4、界面简洁、交互操作性强。
5、(可选)实现对汉字的加解密,把加密结果存放在文本文档(The design process of making a RSA encryption tool:
1. The large prime number is searched randomly and the public key and the priv
-