搜索资源列表
20051218183467153
- 用DELPHI写的关于加密与解密的算法,所有版权属于原作者。-with Delphi write on the encryption and decryption algorithms, all the copyrights to the original author.
md5-cc-102.tar
- 简单的实现MD5加密算法,适用于多种平台-simple realization of the MD5 algorithm, applicable to a variety of platforms
phelix
- phelix加密算法源代码,是一个开源的加密算法,大师bruce schneier的作品。非常经典。 -phelix encryption algorithm source code, is an open-source encryption algorithm, bruce schneier master's works. Very classic.
md5ex
- c++ 写的加密算法,可以加密解密,采用的算法是比较长用的-c write the encryption algorithm, encryption can be decrypted using the algorithm is relatively long with the
zhanghuajun_RSA
- 加密算法,是用RSA算法 很好的哦,可以用呀-encryption algorithm is the RSA algorithm, oh well, you can use ah
ecc(down)
- C语言实现的ecc加密算法,用Devcpp编译通过,附有说明文档,版权是假的哦~不是我同学·^_^-C language ecc the encryption algorithm used Devcpp compile, with documentation, Copyright is a fake is not me-oh students ^ _ ^
rsa(down)
- C语言实现的rsa加密算法,用Devcpp编译通过,附有说明文档,版权是假的哦~不是我同学·^_^-C language of rsa encryption algorithm used Devcpp compile, with documentation, Copyright is a fake is not me-oh students ^ _ ^
md5(down)
- C语言实现的md5加密算法,解密有问题,尚未解决。用Devcpp编译通过,附有说明文档,版权是假的哦~不是我同学·^_^-C language of md5 encryption algorithm, decryption problems, has not yet been settled. Use Devcpp compile, with documentation, the copyright is false is not the oh-my classmates ^ _ ^
kasajiami
- 凯撒加密解密算法,可以对输入的字符加以加密解密
RSA
- :RSA 是最广泛的公钥算法,从程序实现的主要思想、算法分析及流程说明、实验环境要求描述、运行 和结果、运行效率分析和程序源代码六方面介绍运用java程序实现RSA加密算法,要求输入明文的二进制位数 不少于1024。
BENTLEY+MicroStation+v8-2004+Edition
- 实现数字签名加密解密的功能,结合算法,实用简便
新建 Microsoft Word 文档
- RSA核心运算使用的乘模算法就是 M(A*B)。虽然M(A*B)并不是乘模所需要的真正结果,但只要在幂模算法中进行相应的修改,就可以调用这个乘模算法进行计算了。本软件起初未使用Montgomery 乘模算法时,加密速度比使用Montgomery乘模算法慢,但速度相差不到一个数量级。 将上述乘模算法结合前面叙述的幂模算法,构成标准Montgomery幂模算法,即本软件所使用的流程
FileEncryption
- 文件加密的一个算法,VB详细源码,希望对大家有用!-An algorithm for file encryption, VB source code in detail, in the hope that useful to everyone!
AES
- AES加密算法,控制台简单快速实现AES加密,可选择位长实现输入输出-AES-Encryption,with input and output.
code412
- DES加密算法,开发环境是VISUAL BASIC-DES
information-secrecy
- 对文本,音频和图片三种格式的文件进行加密解密其中只对文本进行了加密解密,使用了比较简单的凯撒移位算法,栅栏易位算法和置换算法 源代码: -secrecy
image
- 图像加密算法,对图像进行加密和解密运算,一般是灰度图像-Image encryption algorithm, the image encryption and decryption operation, general is gray image
SHA_1
- sha_1加密算法,自己写的,绝对原创,绝对可运行-sha_1 encryption algorithm, wrote it myself, absolutely original, absolutely can run
des-algorithm
- 用C++实现 des加密解密算法,加密过程中程序会自动生成cipher.txt文件,解密过程会自动生成result.tet文件,在对比明文信息即可,运行程序,程序会自动为你计算运行程序所耗时-Des encryption and decryption algorithm in C++ the encryption process program automatically generate cipher.txt file decryption process automatically gene
RSA1
- 公钥加密算法RSA,经典的公钥加密算法,加密用公钥,解密用私钥-Public key encryption algorithm RSA, classic encryption and decryption algorithms, public key encryption, decryption with the private key