CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - DES

搜索资源列表

  1. SECUREencryptionalgorithms

    0下载:
  2. 这个加解密源码几乎包括了世界上几个最著名的加密算法:Blowfish、CryptAPI、DES、Gost、RC4、XOR、Skipjack、TEA、Twofish,曾获源码5星推荐 -almost source in the world including several of the most famous encryption algorithms : Blowfish, CryptAPI, DES, Gost, RC4, XOR, Skipjack, TEA, Twofish, wo
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:49157
    • 提供者:姚紫欣
  1. fire-des

    0下载:
  2. 全部/局部DES加解密的C程序,下载可以研究一下DES加解密的相关知识。-full / partial DES encryption and decryption of C procedures can be downloaded to study DES encryption and decryption of relevant knowledge.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:301143
    • 提供者:firewzy
  1. desktop

    0下载:
  2. 我们做微机硬件综合实验做的一个交通信号灯实时控制系统设计,很好哦!还附有实验报告.-A traffic lights real-time control system design of the micro computer hardware experiment.PS:contain the experiment report-computer hardware comprehensive experiment done a real-time traffic signal control s
  3. 所属分类:文件操作

    • 发布日期:2014-01-15
    • 文件大小:84664
    • 提供者:zsj
  1. CryptoAPI_ProtectFile

    0下载:
  2. 利用Visual C++ .net2003开发的一款用于保护文件的小程序。 对文件产生MD5值同时对源文件用DES加密,并用私钥加密签名。 对加密文件解密,验证用公钥解密签名与解密文件的MD5值比较,以判断文件是否被修改。 遇到的问题:微软提供的签名函数可能有问题,无论用公钥还是私钥签名,用公钥、私钥(任一)均可解密。怪!希望在此与大家交流交流。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:10111
    • 提供者:jimin
  1. AbstractFileRows

    0下载:
  2. abstract lines which like \"*{inc}*\" from src file to des file.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:10260
    • 提供者:lly
  1. des-bmp

    0下载:
  2. 用DES对.bmp图像文件进行加密,而且带雪崩分析功能,程序结构清晰,使用方便。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:146131
    • 提供者:caohan
  1. DES

    0下载:
  2. DES加密,实现对任意文件类型进行DES加密,程序结构清晰,注释详细-DES encryption, DES encryption on any file type, the structure of the program is clear, detailed annotations
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:4818
    • 提供者:Schindler
  1. CryptDES

    0下载:
  2. 基于c++(MFC)的DES加密解密系统,密钥过长时自动进行3DES加密-Based on c++ (MFC) of the DES encryption system
  3. 所属分类:File Operate

    • 发布日期:2017-05-16
    • 文件大小:3632067
    • 提供者:王执安
  1. DESEncry

    0下载:
  2. 在vs2005环境编写的加解密工具,采用DES算法实现文件的加密、解密。-In the vs2005 environment, prepared by the encryption and decryption tool for files using DES algorithm encryption and decryption.
  3. 所属分类:File Operate

    • 发布日期:2017-05-24
    • 文件大小:7710200
    • 提供者:wangzheng
  1. DES

    0下载:
  2. DES加解密的算法实现,对学习DES加密解密有所帮助-DES encryption and decryption of the algorithm, DES encryption and decryption of learning help
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:283264
    • 提供者:丁得祥
  1. des_code

    0下载:
  2. 他和是一个关于des 的雪崩效应的演示VC程序,基于VC-this is a program for des for nown beng
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:235945
    • 提供者:zhujun
  1. FileEditor

    0下载:
  2. ce programme permet de manipuler des fichiers avec C sous dev-ce programme permet de manipuler des fichiers avec C sous dev++
  3. 所属分类:File Operate

  1. DesEncypt

    0下载:
  2. 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
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:29314
    • 提供者:kingyuan
  1. DES_encryption_algorithm

    0下载:
  2. DES 的C语言加密版本,文档里包含相应的内容介绍,以及算法功能的实现,附加实现代码,希望能采纳。-DES encryption algorithm
  3. 所属分类:File Operate

    • 发布日期:2017-04-29
    • 文件大小:254160
    • 提供者:刘伟
  1. DEScode

    0下载:
  2. DES加密解密程序的主程序在 FileDES类中,可以操作的文件类型有TXT、DOC、JAVA等都没有问题,且Word文档中包含图片也没问题。-DES encryption and decryption procedures of the main program in FileDES class, the file type can be operated on TXT, DOC, JAVA. There is no problem working with the Word document
  3. 所属分类:File Operate

    • 发布日期:2017-04-30
    • 文件大小:8177
    • 提供者:许联开
  1. dzcryptionqfile

    0下载:
  2. Des encryption and decryption, file encryption and decryption-Des encryption and decryption, the file encryption and decryption
  3. 所属分类:File Operate

    • 发布日期:2017-12-12
    • 文件大小:17715
    • 提供者:pvvijo
  1. UESTDES

    0下载:
  2. TESTDES, Rar des algorithm test
  3. 所属分类:File Operate

    • 发布日期:2017-12-16
    • 文件大小:11264
    • 提供者:DLbmexk-334316
  1. 791466

    0下载:
  2. DEs加密算法,用于对文件进行加密,并且速度较快,但是已破解,-DEs encryption algorithm, used for file encryption, and faster, but has been cracked,
  3. 所属分类:File Operate

    • 发布日期:2017-12-14
    • 文件大小:38069
    • 提供者:landwirty
  1. Ibvolves

    0下载:
  2. 涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码-Involves the TripleDes algorithm, in the process of implementation, I also refer to the BBS of existing code about 3 des
  3. 所属分类:File Operate

    • 发布日期:2017-12-12
    • 文件大小:6613
    • 提供者:inuoke
  1. RyrRarTJSTDES

    0下载:
  2. TESTDES, Rar des algorithm test
  3. 所属分类:文件操作

    • 发布日期:2017-12-26
    • 文件大小:11264
    • 提供者:iconyzdt
搜珍网 www.dssz.com