搜索资源列表

  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. c# DES文件加密
  3. 所属分类:密码/编码算法

    • 发布日期:2009-04-04
    • 文件大小:3958
    • 提供者:liu_zhou2006
  1. 用c#来进行文件加密

    2下载:
  2. 用c#来进行文件加密

  3. 所属分类:密码/编码算法

    • 发布日期:2009-01-10
    • 文件大小:20020
    • 提供者:yixuabc
  1. des

    0下载:
  2. des文件加密系统。-des document cryptographic system.
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:190464
    • 提供者:
  1. DES数据加密算法

    0下载:
  2. (C++)语言下文件输入输出函数的一些局限性 数据加密算法原理、实现-(C) language input and output file under some limitations function of data encryption algorithm theory, realization
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:17408
    • 提供者:
  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#编程

    • 发布日期:2024-05-11
    • 文件大小:5120
    • 提供者:scmlk
  1. DES文件加密模块

    0下载:
  2. 用delphi实现的des加密算法,但是只能对对纯文本进行加密。本人的联系方式erac_cn@126.com-achieved using DES encryption algorithm, but only against a plain text encrypted. My Contact erac_cn@126.com
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:194560
    • 提供者:tOmMy
  1. DES_V5.0_EN_Final

    0下载:
  2. DES加密解密文件源代码,可用于加密任何类型任何大小的文件!-Source code for DES encoding and decoding, supports any type and size of files
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-11
    • 文件大小:249856
    • 提供者:钱桓
  1. 加密程序

    0下载:
  2. 用des算法加密文件的小程序,里面带有des算法和加密的程序,用vc编写-encryption algorithm used des documents small program with inside des encryption algorithm and the procedures used to prepare vc
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:157696
    • 提供者:焦伟伟
  1. 3des源代码

    0下载:
  2. 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design require
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:14336
    • 提供者:杨巍
  1. Encode.dll

    0下载:
  2. 文件加密算法,包括DES等等,其中有详细说明-document encryption algorithms, including DES, etc., which are described in detail
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:211968
    • 提供者:胡永春
  1. miss3

    1下载:
  2. des算法 实现文件加密速度比网上的快 -des documents encryption algorithm speed faster than the Internet
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:9216
    • 提供者:龚华
  1. Des(vc++)

    1下载:
  2. DES加密算法VC源码,只包含了一个源文件,自己在VC 中建工程即可编译,代码中有详细的注释,适于学习。-DES encryption algorithm VC source, contains only one source, VC in their works can be built, a detailed code of the Notes, suitable for learning.
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:maxu
  1. des123456

    0下载:
  2. 这是DES加密算法的可执行程序,可以对文件加密,拿出来与大家共享,如果需要源代码可与我联系-This is the DES encryption algorithm executable programs, the document can be encrypted up with the share. If you need the source code can be associated with me
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:12288
    • 提供者:ligen
  1. des

    0下载:
  2. 在vc++上实现的des算法。并且能对任何文件进行加密,加密模式是ECB来加密的。-In vc++ To achieve the des algorithm. And any document can be encrypted, encryption mode is ECB to encryption.
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:288768
    • 提供者:方慧
  1. des1

    0下载:
  2. DES算法的C语言实现,带有详细注释,02年所写,在我的另一个文件加密程序中使用过,在此摘出来也可以作为其他加密程序的内核。-DES algorithm realize the C language, with detailed notes, written in 2002, in my other file encryption procedures used in this pick up can also be used as o
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:王晓峰
  1. DES

    0下载:
  2. 这个程序主要实现了DES加密算法,分为文件加密和字符串加密-The main achievement of this process the DES encryption algorithm is divided into file encryption and string encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:1963008
    • 提供者:丁涛
  1. des

    0下载:
  2. VC++实现DES加解密 Tips: 1.本程序可以加密1-4096个字符的任意长度字符串 2.如果密钥长度过短或者为空,程序将使用默认 密钥"YinXueYuan Build It!"进行加密. 3.加密结果将用16进制字符显示 4.本加密程序同时支持中/英文字符(包括密钥和明 文) 5.本加密程序支持特殊字符[例如换行符(回车键)] Attention: 1.加密时,密文的最后一个字符请
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:1438720
    • 提供者:胡程
  1. des(matlab)

    0下载:
  2. 用于文件的DES加密和解密,用matlab编的,含操作界面,其核心程序是网上DOWN的-DES for file encryption and decryption, using the matlab made, including user interface, the core of the program is online DOWN
  3. 所属分类:CA认证

    • 发布日期:2024-05-11
    • 文件大小:7168
    • 提供者:秦陈刚
  1. DES

    0下载:
  2. DES文件加密可以对文本文档和word文档进行加密和解密-DES file encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:17408
    • 提供者:道莲
« 12 3 4 5 6 7 8 9 10 ... 26 »

源码中国 www.ymcn.org