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

搜索资源列表

  1. des-bmp

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

    • 发布日期:2008-10-13
    • 文件大小:146131
    • 提供者:caohan
  1. 使用Des,MD5对字符串,数据文件加密

    0下载:
  2. 使用Des,MD5对字符串,数据文件加密,资源共享我们才能发展,抵制日货-use, MD5 strings, data file encryption, we can share resources development, a boycott of Japanese goods
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5818
    • 提供者:scmlk
  1. DES加密系统

    0下载:
  2. 用VC实现DES加密算法,可以对文件进行加密解密
  3. 所属分类:Windows编程

    • 发布日期:2009-05-19
    • 文件大小:3507967
    • 提供者:19selong
  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. DES-Encrypt

    0下载:
  2. 这是一个用才c井写的DES加密程序,界面美观,可以加密文本文件,文本框中只能加密数字和字母,我把源码都发上去了,希望大家可以完善加密图片的功能,只要做好图片转化为比特流再传给加密函数就可以了,用vs2005打开*.sln即可,然后再运行编译就可以看到结果了。本程序采用C#中的内封装好的类,仔细看开始加密的那个类,可以看到C#的加密功能也是蛮强大的-This is a well written with only c the DES encryption process, interface ae
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:672726
    • 提供者:李梓钺
  1. DES_Encryption

    0下载:
  2. 一个基于DES的加密软件代码,使用C#编写,能加密和解密字符串和文件。-DES-based encryption software code, the use of C# Prepared to encrypt and decrypt strings and documents.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:24606
    • 提供者:Daniel
  1. fileEncry

    0下载:
  2. 基于COM 组件的文件加密。用DES算法对文件内容加密。然后还原文件。会在文件夹下扩展SHELL 菜单。-COM-based file encryption components. DES algorithm used to encrypt the contents of the documents. And then restore the file. Will expand the folder menu SHELL.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:379712
    • 提供者:崔志华
  1. des

    0下载:
  2. 基于现代密码学的DES算法的DES代码,实现功能为加密文件-DES based on modern cryptography algorithms DES code for the encrypted files to achieve functional
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:3381
    • 提供者:大头
  1. DES

    0下载:
  2. 用CSHOP实现DES加密解密字符类、文件类且有界面实现-DES encryption and there is interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:179296
    • 提供者:朱雅静
  1. encode630

    0下载:
  2. 小的文件加密器,采用des算法,生成d:\\kspw.pd文件,加入了与时间的关系,使用方法见窗口菜单。-A small file encryption devices, using des, build d: \ \ kspw.pd file, adding the relationship with the time
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-04-10
    • 文件大小:1960835
    • 提供者:跳跳狼
  1. des

    0下载:
  2. des 加密解密程序 有界面 可以对任意文件进行加密解密。-des encryption and decryption process on the interface
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3015
    • 提供者:zy
  1. des

    0下载:
  2. des加密实现起来,十分复杂。这里将整个加密和解密放到一个cpp文件里面使用简单-des加密
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:3769
    • 提供者:飞飞
  1. DES

    0下载:
  2. DES加密算法源码,封装为一个类 只提供对字符串的加密,文件加密没实现 -DES encryption algorithm source code, packaged as a class only on the string encryption, file encryption did not realize
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2950335
    • 提供者:王明华
  1. DES

    0下载:
  2. DES加密解密的实现,能够实现文件加密解密,-DES encryption and decryption implementations
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:595826
    • 提供者:杨琳珊
  1. des

    0下载:
  2. des加密,主要用于文件加密方面的学习对于在这方面有疑惑的朋友能省下一些时间-Encryption is mainly used for file encryption des aspects of learning
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3786
    • 提供者:lf
  1. des

    0下载:
  2. 实现对单文件的DES加密解密,不限制大小,DES加密部分自写,非调用,用于学习DES原理。-The realization of the single document DES encryption and decryption, no limit to the size, DES encryption part self written, non call, for learning DES principle.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-03
    • 文件大小:912491
    • 提供者:谷馨宇
  1. DES

    0下载:
  2. VS2013运行,能够给实现文件和字符串的加密和解密。可以直接复制到Linux上进行编译。(VS2013 runs and can encrypt and decrypt the implementation files and strings.It can be copied directly to Linux for compilation.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:1196032
    • 提供者:Kisly_chen
  1. sxy--des

    0下载:
  2. 对八位字符进行加密与解密(使用时需要建立两个TXT文件,具体请看源代码)(bit characters are encrypted and decrypted (using two TXT files to be used when using the source code))
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:262144
    • 提供者:山鬼i
  1. VB.NET DES文件加密解密源代码

    1下载:
  2. Visual Studio .NET VB编程语言 使用MD5(DES) 8位密钥加密或解密文件function源代码
  3. 所属分类:系统编程

    • 发布日期:2018-03-14
    • 文件大小:64412
    • 提供者:Delta_18
  1. DES

    1下载:
  2. main函数文件输入明文,调用秘钥留生成函数(get_k文件)以及加解密函数(encrypt_fcn文件),完成对明文的加密和解密(Encryption and decryption of plaintext are accomplished by inputting main function file into plaintext, calling secret key generation function (get_k file) and encryption and decryptio
  3. 所属分类:Windows编程

    • 发布日期:2020-08-22
    • 文件大小:3072
    • 提供者:hyperbole
« 12 3 4 »
搜珍网 www.dssz.com