搜索资源列表
des
- 基于现代密码学的DES算法的DES代码,实现功能为加密文件-DES based on modern cryptography algorithms DES code for the encrypted files to achieve functional
des
- des 加密解密程序 有界面 可以对任意文件进行加密解密。-des encryption and decryption process on the interface
DES
- DES加密算法源码,封装为一个类 只提供对字符串的加密,文件加密没实现 -DES encryption algorithm source code, packaged as a class only on the string encryption, file encryption did not realize
DES
- DES加密,3-16层加密任选,带中间结果统计,可选加密文件-DES encryption ,3-16 layer encryption optional, with intermediate results statistics, optional encrypted file
DES-encryption
- DES加密工具 加密文件 cmd模式下加密指定文件-DES encryption tools encrypt files
DesEncypt-
- VC++编写实现的文件加密程序,可实现RAR、exe/jpg等格式文件的加密,在使用时,打开程序,只需选择被加密的文件,然后输入加密密钥,设置文件保存的路径,点击“开始加密”按钮,即可快速实现文件的DES加密处理。源代码基于VC++编写,在VC6.0环境可直接编译。-VC++ prepared to achieve file encryption program, enabling RAR, exe/jpg format files such as encryption, when in use
DesEncypt
- DES文件解密程序,VC源码编写,与Des文件加密程序是配套使用的。使用方法简单,浏览到需要解密的文件,输入解密密钥,选择解密后保存的路径,即可实现解密。-DES file decryption program, VC source code written with Des file encryption program is supporting the use. Simple to use, navigate to the need to decrypt the file, enter t
des
- des加密,主要用于文件加密方面的学习对于在这方面有疑惑的朋友能省下一些时间-Encryption is mainly used for file encryption des aspects of learning
des_bit
- DES加密算法C++实现: 从文件读取明文和密钥,并进行DES的加密解密,输出到文件。-des for vc++
002--DES-
- des密码算法加密,包含完整工程文件,即可运行,包含源码-des password encryption algorithm, contains the complete project file, you can run, including source code
for__naster__encryption
- DEs加密算法,用于对文件进行加密,并且速度较快,但是已破解,-DEs encryption algorithm, used for file encryption, and faster, but has been cracked,
sxy--des
- 对八位字符进行加密与解密(使用时需要建立两个TXT文件,具体请看源代码)(bit characters are encrypted and decrypted (using two TXT files to be used when using the source code))
Rsa
- 基于DES和RSA的加密聊天工具,共包含4个文件: chat.cpp、des.h、rsa.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器),如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。 此外,代码中实现了异步,select以及普通三种IO模型,需要通过定义宏控制。(Encrypted Chat Tool Bas