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

搜索资源列表

  1. Trdes.zip

    0下载:
  2. des加密算法源码
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:8860
    • 提供者:
  1. DES加密算法示例.zip

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

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

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

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

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

    • 发布日期:
    • 文件大小:23840
    • 提供者:
  1. cccp

    0下载:
  2. des-soft.com/download/soft/3894.htm - 12k - 网页快照 - 类似网页 - 以Verilog 描述DES 加密算法(电子书)[ 繁体 ] ... CISCO 的fireware, router , SONY 的PS2 的都一再的证明了这个事实. 现在, 我们 就以著名的网络安全加密算法DES 为例子, 来看看如何用Verilog 来表达... ... Re: 以Verilog 描述DES 加密算法(电子书) 由Anonymous 发
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8390
    • 提供者:le
  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. desforC

    0下载:
  2. 大名鼎鼎的DES加密算法,内有html文档做出详细解释-famous DES encryption algorithm, which is html files provide a detailed explanation
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:25930
    • 提供者:段琪炜
  1. DES_ancient

    0下载:
  2. DEs加密算法,用于对文件进行加密,并且速度较快,但是已破解-DEs encryption algorithm is used to encrypt files, and faster, but it has cracked
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:38126
    • 提供者:bz
  1. mydes

    0下载:
  2. 简单DES加密算法功能比较简单,是在朋友的指导下做的,多指教-simple DES encryption algorithm is relatively simple function is under the guidance of a friend to do more weekend!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5971
    • 提供者:黎林
  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. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5147
    • 提供者:西们子
  1. mars加密算法

    2下载:
  2. 加解密算法,AES候选算法,安全性高于3DES而速度快过DES-encryption and decryption algorithms, AES algorithm candidate, safe in 3DES and faster than DES
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7212
    • 提供者:范 远
  1. DES_in_C

    0下载:
  2. 本人基于William Stalling的《密码学与网络安全》实现的128位DES加密算法-William Stalling on "Cryptography and Network Security" Achieving 128 - DES encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:37681
    • 提供者:谢星伟
  1. DESBYC

    0下载:
  2. 用C语言写的100行DES加密算法 运行环境 9x/Me/NT/2000/XP-C language written in 100 lines DES encryption algorithm operating environment 9x
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8591
    • 提供者:姜动
  1. DESforVB

    0下载:
  2. DES加密算法,怎样在VB中实现是我这样的菜鸟很头痛的事,现将我从网上摘到的源码提供给大家分享。-DES encryption algorithm, and how to VB I realize this is a birdie very troublesome thing. We now pick from the Internet to provide the source code to share with you all.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8028
    • 提供者:xfh
  1. des_js

    0下载:
  2. Javascr ipt实现的DES加密算法 function des (key, message, encrypt, mode, iv)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4572
    • 提供者:俞一琪
  1. r1

    0下载:
  2. des加密算法的实现,可以通过类来调用.-des encryption algorithm achieved through categories to call.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:471518
    • 提供者:storm
  1. 339068DESDemo

    0下载:
  2. 功能: 实现DES加密算法的加密解密功能 */ /*- */ /*-说明:des算法的实现代码 */ /*- 能够实现56位或56*3密钥的des算法,可以通过该程序提供的接口 */ /*- 进行数据的加密,保证数据在传送过程的安全性 */ /*- */ /*- */ /*-该程序的所有权利由作者保留 *
  3. 所属分类:网格计算

    • 发布日期:2008-10-13
    • 文件大小:17706
    • 提供者:长乐
  1. DES_encode

    0下载:
  2. 完整的des加密算法程序,c++builder编译器编译-integrity of the DES encryption algorithm, c compile builder
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:211884
    • 提供者:zidaozhou
  1. dessf

    0下载:
  2. 大名鼎鼎的Des加密算法已经广为人知了,广大程序员们用各种语言来实现他,今天这里出现的就是用vb实现的加密解密过程。-famous Des encryption algorithm is well known, the majority of programmers in various languages to realize his, today here is to use vb achieve the encryption and decryption process.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:10815
    • 提供者:老树
  1. DES2005

    0下载:
  2. DES加密算法,用于文件的保护与加密,他可以进行文件鉴定,可以加密任意格式的文件. -DES encryption algorithm for document protection and encryption, he can file identification, encryption can be arbitrary format.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:13273
    • 提供者:swee
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com