搜索资源列表
RSA公开密钥加密
- 利用公开密钥密码算法,加密和解密使用不同的密钥。-use public key algorithm,and use diffrent key for encryption and decryption
md5加密算法
- md5加密算法,可以把你输入的字符转换成md5
加密、解密文件夹中所有文件
- 使用加密算法,加密文件夹内所有文件; 也可将文件夹内所有被加密的文件解密; 可设置密码; 可将文件加密到内存文件,供程序直接使用,而不必使用磁盘文件
jpeg2000图像Arnold变换加密
- 针对JPEG2000格式的图像,利用了Arnold变换对图像的小波系数进行加密,对初步研究JPEG2000图像加密算法的有试用价值
MD5加密算法源代码+DLL程序
- 本软件实现了MD5加密算法,通过动态库调用可以对需要加密的字符串进行加密计算,该程序已经通过验证。
QQ密码加密函数模块,MD5+BASE64示例
- 新QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BASE64的模块拼凑起来能完成本模块的功能,那就请你继续装……
AES加密
- 支持AES加密算法,提供源码和测试数据程序。
des加密解密代码
- 本程序实现了加密解密的算法,并且有详细的注释
SHA1加密算法,标准C实现
- SHA1加密算法,标准C实现,已经测试通过。,SHA1 encryption algorithm, the standard C implementation, testing through
详细讲解3DES加密算法的加密过程
- 详细讲解3DES加密算法的加密过程,对学习和编写3DES加密的朋友可能有些帮助!-Explain in detail the process of encryption 3DES encryption algorithm, 3DES encryption and the preparation of learning may help a friend!
jiami
- 有多种加密算法,如:字节取反、循环异或、码变换法、CSED、D3DES。-There are a variety of encryption algorithms, such as: anti-byte check, recycling XOR, code transformation, CSED, D3DES.
DES
- DES加密软件,采用DES算法,可以对任意文档进行加密解密。 -DES encryption software, using DES algorithm, can be carried out on any document encryption and decryption.
14939
- Vb程序加密算法,很简单而又很好用,实在不可多得,快去下载吧-Vb program encryption algorithm is very simple and very good use
AesRijndael
- AES加密算法,Java实现AES加密算法-AES
DES
- DES 加密/解密 算法,界面化实现,可加密解密字符串或文件-DES
DES
- des加密算法,我已经在VC下运行过了,绝对可以-des encryption algorithm, I have been in the VC run, and definitely
Chaotic-encryption-algorithm-
- 一种新型的图像加密算法,希望对研究图像加密算法的研究人员有帮助。-a new Chaotic encryption algorithm,i hope it will be helpful.
delphi7 各种加密算法源码大全
- delphi的加密算法程序源码,DES AES CRC MD5 RSA SHA ...
des加解密算法delphi10.1编译通过
- des加密算法,delphi10.1编译通过,就两个函数,一个加密一个解密,操作简单(DES encryption algorithm, delphi10.1 compiler through, on the two functions, an encryption, a decryption, simple operation)
一、移位密码算法的加密和解密
- 实现了移位密码算法的加密和解密,加密与解密程序在同一程序中,通过输入1or2选择加密或解密(The encryption and decryption of the transposition cipher algorithm are realized. In the same program, the encryption and decryption program is encrypted or decrypted by the input 1or2.)