搜索资源列表

  1. DES算法加密

    0下载:
  2. 一种国际上通用的加密算法—DES算法的原理-a common encryption algorithms-DES algorithm Principle
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:38912
    • 提供者:
  1. 3desencrypt

    0下载:
  2. 3DES加密算法的C++实现,可用于网络传输加解密-3DES encryption algorithm in C, which could be used in network transmission encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:xkin
  1. 33719245

    0下载:
  2. 用VB实现的DES加密算法,适合于小型VPN的明文加密传输-the DES encryption algorithm, suited to the small expressly VPN encryption transmission
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:黄飞飞
  1. des算法的C实现

    0下载:
  2. 一个利用C语言来实现加密算法之DES算法的源码。-A source program of DES arithmetic using C .
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:彭晓明
  1. 加密算法

    0下载:
  2. 详细介绍了DES和RSA2算法描述,以及他们的实现的有关代码和他们的区别-detail and the DES algorithm RSA2 described, as well as their realization of the code and the difference between them
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:1823744
    • 提供者:
  1. 数据加密标准(DES)示例

    0下载:
  2. 利用VC来实现一个简单的DES加密程序,他能完成DES算法的全部步骤,不过只能使用64位密码对64位明文进行加密-VC to achieve a simple DES encryption program, he can finish all the DES algorithm steps, but only use 64 to 64 passwords expressly encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:52224
    • 提供者:blickwinkel
  1. 经典算法DES

    0下载:
  2. 用DELPHI实现的经典加密算法DES,能够对文本文件进行加密。-This sutra DES encryption arithmetic is implemented by DELPHI.It can encrypt the textfile.
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:大撒法
  1. CipherAlgorithm

    0下载:
  2. 主要内容:DES加密算法,里面采用CBC和EBC两种加密结构,实行分组加密。-main elements : DES encryption algorithm, and they used EBC two CBC encryption, and carrying out the packet encryption.
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:西们子
  1. DES算法的C++编写实现

    0下载:
  2. DES算法C语言实现的源代码,本人已经测试同uo,效果还可以,真的好好的!!!睇下吧大家!-DES algorithm C language source code, I have uo with the test results can also really good! ! ! Dixia it all!
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:生蔡
  1. 200552536251

    0下载:
  2. 这是一个用VB开发的DES加密/解密算法,算法简洁,非常好.哈哈.-This is a VB-DES encryption/decryption algorithm, the algorithm is simple, and very good. Haha.
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:赖高
  1. 521943DES Source Code

    0下载:
  2. 3Des算法源程序,可以用于常用的加密算法.-3Des source algorithm can be used for the encryption algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:林志强
  1. yesadmin_com_2005112515349569

    0下载:
  2. 当今社会是信息化的社会。为了适应社会对计算机数据安全保密越来越高的要求,美国国家标准局(NBS)于1997年公布了一个由IBM公司研制的一种加密算法,并且确定为非机要部门使用的数据加密标准,简称DES(Data Encrypton Standard)。自公布之日起,DES算法作为国际上商用保密通信和计算机通信的最常用算法,一直活跃在国际保密通信的舞台上,扮演了十分突出的角色。现将DES算法简单介绍一下,并给出实现DES算法的VC源代码。
  3. 所属分类:网格计算

    • 发布日期:2024-05-17
    • 文件大小:10240
    • 提供者:qq
  1. des102

    1下载:
  2. des加密解密算法,c++实现,-des encryption and decryption algorithms, c++.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:chen
  1. CDes_standard

    0下载:
  2. 该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;dataofKey.txt文件时输入的密钥,以换行分割;dataofDES.txt文件是输出的加密数据,其中包括各轮子密钥以及各轮加密输出,以及最后得到的密文,在文件中都有说明。-the realization of the single DES encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:185344
    • 提供者:李文
  1. cyuyanjiami

    0下载:
  2. C语言实现的des加密算法,可以用于软件加密等多种途径,需要的自己嵌入程序中即可-the C language des encryption algorithms, encryption software can be used various means, including the the procedure itself can be embedded
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:luojun
  1. des-7726

    0下载:
  2. 使用vc++编码 很好的加密算法 有较强的保密功能-use vc good encryption coding algorithm has strong security functions
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:lianyufen
  1. C51encrypt

    0下载:
  2. 3个C语言算法源代码:CRC校验、DES的单片机加密算法代码,好用-three C language source code algorithm : CRC, the DES encryption algorithm MCU code handy
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:14336
    • 提供者:杨峰林
  1. DESyuancode

    0下载:
  2. DES加密算法的源代码, 需要的请下-DES encryption algorithm source code, the need to call on the next
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:lxm
  1. 80418619

    0下载:
  2. 资源介绍: 用C语言写的100行DES加密算法 本文来源于虾客源码 http://www.xkxz.com 资源介绍: 用C语言写的100行DES加密算法 本文来源于虾客源码 http://www.xkxz.com-resources briefing : C language written in 100 lines DES encryption algorithm is deriv
  3. 所属分类:Ftp服务器

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:
  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-17
    • 文件大小:12288
    • 提供者:ligen
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org