搜索资源列表
一个用java写的加解密程序
- 一个用java写的加解密程序实现了简单的加密-a written using encryption and decryption procedures to achieve a simple encryption
加解密算法可视化程序
- 加解密算法可视化程序-encryption and decryption algorithm visualization program
300种加解密算法和原理
- 多个加解密程序的说明与源程序,MD5,DES,IDEA,DSA.MARS,BOWFISH,TEA-over encryption and decryption procedures notes and source, MD5, DES, IDEA, DSA.MARS, BOWFISH, TEA
利用 XOR 算法针对文件进行加解密的程序
- 利用 XOR 算法针对文件进行加解密的程序.rar-against using XOR algorithms document encryption and decryption procedures. Rar
加解密函数(123算法)
- 一个简单实用的加解密算法,附件是一个完整的源程序包含测试程序。-a simple and practical encryption and decryption algorithms, the annex is a complete source code contains the test.
STM32环境下的AES加解密
- 使用AES加解密算法在STM32环境下的程序
正确的模拟DES的加解密
- 此程序由python+pyQt编写完成,能较正确的模拟DES的加解密,但有不足!仅供参考!-This program written by the python+ pyQt completed, can a more accurate simulation DES encryption and decryption, but there is insufficient! Reference purposes only!
crypto.rar
- 多个加解密程序的说明与源程序,MD5,DES,IDEA,DSA.MARS,BOWFISH,TEA,Multiple encryption and decryption procedures and source code, MD5, DES, IDEA, DSA.MARS, BOWFISH, TEA
基于minifilter技术的过滤驱动透明加解密程序
- 基于minifilter技术的过滤驱动透明加解密程序,驱网下载需要100点-Minifilter technology filter driver based on transparent encryption and decryption process, download the required drive nets 100 points
crypt3
- 简单的加解密程序-A simple encrypting/decrypting program
VC_RSA
- rsa加解密程序-rsa encryption and decryption process
文件加解密
- 一个用来加密和解密文件的程序,很好用-One used to encrypt and decrypt files, good use
project
- 完整可运行的DES3层加解密程序,是个妹妹写的毕业论文程序,完全自己写的,毕业生这下好了,网上是找不到的-Complete operational DES3 layer encryption and decryption procedures, is a sister of the thesis writing process, completely wrote it myself, graduates under this Well, is not found online
file_encrypt
- 简单的文件加解密程序。可以对整个文件夹进行加密和解密。-Simple file encryption and decryption process. Can be carried out on the whole folder encryption and decryption.
java_des
- 用java编写的des加解密程序 毕业设计的一部分-Des with java decryption program written as part of graduation
aes
- 这是一个aes的加解密程序,基于C++平台,可以直接运行。(This is a AES encryption and decryption procedures)
加解密处理系统
- 对文档内容进行简单的加解密操作,来保护自己的隐私。基于c的小程序(A simple encryption and decryption operation for the content of the document)
AES封装好的
- 实现AES算法加解密,已经在实际工程中使用(AES ,encrypt, decrypt)
RSA加解密的设计与实现--程序+报告
- 制作一个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
Python加密解密程序
- Python加密解密程序,能对某个文件夹下的所有文件实现加解密。