CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DES算法实现

搜索资源列表

  1. 《DES算法的介绍和实现》配套源代码.zip

    1下载:
  2. 所属分类:加密解密

    • 发布日期:
    • 文件大小:40163
    • 提供者:
  1. DES加密算法实现的C 类.zip

    0下载:
  2. 所属分类:文档资料

    • 发布日期:
    • 文件大小:4412
    • 提供者:
  1. DES算法的ST7单片机实现程序.rar

    0下载:
  2. 所属分类:嵌入式/单片机编程

    • 发布日期:
    • 文件大小:2190
    • 提供者:
  1. DES.zip

    1下载:
  2. DES 加密算法的实现,使用硬件描述语言VHDL编写
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:
    • 文件大小:23840
    • 提供者:
  1. 标准DES加密算法

    0下载:
  2. 用C语言实现的DES加密算法,简单高效,值得看看。-the DES implemented in C, simple and effected, worthy of look.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:3405
    • 提供者:Gene
  1. 3des源代码

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

    • 发布日期:2008-10-13
    • 文件大小:14763
    • 提供者:杨巍
  1. DES_hy

    0下载:
  2. DES算法,这个代码实现DES的算法,想学学DES如何加密和解密可以参考参考-DES algorithm, the source implementation of the DES algorithm to learn how DES encryption and decryption can information.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:32724
    • 提供者:黄耀
  1. des-verilog

    0下载:
  2. des加密算法的verilog语言的实现-des encryption algorithm to achieve the Verilog language
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:67715
    • 提供者:杨云丰
  1. d3des.tar

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。(如:UNIX的密码算法就是以DES算法为基础的)。下面是关于如何实现DES算法的语言性描述,如果您要其源代码,可以到Http//Assassin.yeah.net下载,后者您有任何问题也可以写信给我(Assassin@ynmail.com)。 -DES (Data Encryption Standard) a
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5803
    • 提供者:yue
  1. 经典算法DES

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

    • 发布日期:2008-10-13
    • 文件大小:8530
    • 提供者:大撒法
  1. 330911894

    0下载:
  2. C语言DES算法,简单实现文件的加密与解密功能-C language DES algorithm, a simple realization document encryption and decryption functions
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:7035
    • 提供者:猪头
  1. jzsv919

    0下载:
  2. DES 算法的介绍和实现1和2,供大家参考()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-06
    • 文件大小:203776
    • 提供者:csmsksition
  1. DES

    0下载:
  2. c语言实现DES加解密算法,DES(数据加密标准,Data Encryption Standard)是一种使用密钥加密的块密码。(Realization of DES encryption and decryption)
  3. 所属分类:系统/网络安全

    • 发布日期:2018-01-06
    • 文件大小:515072
    • 提供者:络珞倾桓
  1. RSA&DES_Implement

    0下载:
  2. 本代码使用C#语言实现了RSA和DES算法,其中通过分段处理的方式解决了RSA对较大数据的加解密。(This code block implements the algorithm of RSA & DES,and we resolved the encryption and decryption of data with large size on RSA by segmental processing.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:On7heMove
  1. DES

    0下载:
  2. 实现DES函数的加密解密过程,并且能够实现任意长度任意字符的加密和解密(Implement the encryption and decryption process of DES function)
  3. 所属分类:加密解密

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:Vinegar
  1. DES_Algorithm_implementation

    0下载:
  2. 按照DES加密解密原理采用C语言实现,算法实现中涉及一些位操作,如设置指定位置的位状态,循环左移等位操作,它是算法实现的根基。(Implement DES algorithm with C according to its encryption and decryption principle, the algorithm involves a number of bit operations, such as setting the bit position of the specified
  3. 所属分类:加密解密

    • 发布日期:2018-01-10
    • 文件大小:5120
    • 提供者:Mingw
  1. DES

    0下载:
  2. 使用C语言实现DES加密解密算法的实现,其中的文件是正确加密范例 讲解网页(Using C language to achieve DES encryption and decryption algorithm, the file is the correct encryption example. Explaining web pages: https://www.cnblogs.com/lixiaoxu/articles/7736917.html)
  3. 所属分类:加密解密

    • 发布日期:2018-05-03
    • 文件大小:3072
    • 提供者:AIRCode
  1. DES C++实现

    1下载:
  2. DES全称为Data Encryption Standard,即数据加密标准,是一种使用密钥加密的块算法。
  3. 所属分类:加密解密

  1. des加密算法

    2下载:
  2. 用veilog语言实现DES密码算法,运行速度快。verilog加密算法,NCSIM/VCS仿真。
  3. 所属分类:加密解密

  1. DES加密算法

    0下载:
  2. DES加密算法 美国国家加密标准 通过C语言实现 块加密 费斯托密码模型
  3. 所属分类:密码/编码算法

« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 49 »
搜珍网 www.dssz.com