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

搜索资源列表

  1. DES

    0下载:
  2. DES算法实现文件加密工具的代码,算法实现-DES algorithm code file encryption tool, algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:1533365
    • 提供者:shf
  1. des

    0下载:
  2. 密码学的des算法的加密与解密的过程,其中有16轮迭代。c语言实现。-Des algorithm cryptography encryption and decryption process, of which 16 iterations. c language.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-17
    • 文件大小:117748
    • 提供者:张博
  1. hsj.c.tar

    0下载:
  2. 这是一个des的实现,环境为linux 内核2.6.27-This code is an implementation of Data Encryption Standard under Linux with kernel of 2.6.27
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 一个实现DES加解密算法的小程序,编程实现DES算法的加密过程、脱密过程和16个内部密钥生成过程-An implementation of DES encryption and decryption algorithm applet, programming encryption algorithm DES implementation process, from secret process and the 16 internal key generation process
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:122998
    • 提供者:andy
  1. DES

    0下载:
  2. 实现DES加密算的书籍,希望对大家有帮助-Hash,des
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:8898
    • 提供者:qiying
  1. DES

    0下载:
  2. 基于矩阵奇异值分解的数字水印的设计与实现 -Matrix singular value decomposition-based digital watermark design and implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:314694
    • 提供者:俞高明
  1. DES1

    0下载:
  2. DES的算法实现,详细介绍DES算法,采用VC6.0编写-DES algorithm implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1878762
    • 提供者:taintian
  1. DES-symmetric

    0下载:
  2. 了解DES对称编码方式的工作机制 2.了解各子函数的实现过程(包括设置密钥、f 函数、S 盒代替变换等) -DES symmetric know the working mechanism of encoding 2. Learn the process of implementation of the Functions (including set-key, f Function, S-box in place of transformation, etc.)
  3. 所属分类:Document

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

    0下载:
  2. DES加密算法C语言实现,我以将它成功的移植到Nios处理器上-DES encryption algorithm C language, I would like to be transplanted to the success of the Nios processor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1770
    • 提供者:xht
  1. DES3

    0下载:
  2. DES的完整实现!是我们密码学的课程设计-DES to achieve complete!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:1336522
    • 提供者:shu
  1. DES

    0下载:
  2. DES算法的FPGA实现 希望能有用 。-DES algorithm can be useful to achieve the desired FPGA
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:399477
    • 提供者:house2
  1. des

    0下载:
  2. DES实现 是网络安全的一部分,密码学的实现。-DES is the realization of part of network security, cryptography implementations.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:11737
    • 提供者:
  1. DES

    0下载:
  2. DES加密算法的VHDL实现,采用流水线技术实现-The VHDL implement of DES encrypt algorithmic
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-10
    • 文件大小:17718704
    • 提供者:Mr Yang
  1. DES

    0下载:
  2. 数据加密标准(DES)密码算法,是一种分组密码算法,本程序采用该算法实现键盘输入字符的加解密。-Data Encryption Standard (DES) encrypt algorithm is a grouping encryption algorithm. This program can realize encryption and decryption on characters input from keyboard.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1908776
    • 提供者:安杰
  1. DES

    0下载:
  2. DES加密解密算法的C++实现,可以直接编译运行。-DES encryption and decryption algorithm of the C++ to achieve, you can direct the compiler to run.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1640
    • 提供者:jiangkaihua
  1. DES

    0下载:
  2. DES算法软件的实现,使用C++语言开发实现,可以直接下载使用。-DES algorithm for the realization of software, the use of C++ language development to achieve, you can direct download.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:4292
    • 提供者:冯慧
  1. DES

    0下载:
  2. 完成DES算法加密。提供了详细的源代码,并举例说明了DES的应用。原理、功能、实现,集各种功能为一身。-Complete the DES encryption algorithm. Provided a detailed source code, and examples of the application of DES. Principle, function and the realization of a set of various functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:42242
    • 提供者:longyilee
  1. DES

    1下载:
  2. 基于ST7单片机,以DES算法的ST7单片机实现程序。-ST7-based single-chip, to DES algorithm ST7 MCU procedure.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-05-29
    • 文件大小:2190
    • 提供者:姚颖帆
  1. des

    0下载:
  2. 较为全面系统的介绍了DES算法的实现程序,供大家参考-More comprehensive and systematic introduction to the realization of the DES algorithm procedure for your reference
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:5790
    • 提供者:赵文娟
  1. des

    0下载:
  2. 通过C实现的des的源代码,能实现对信息的加密与解密-there is a des code
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:10573
    • 提供者:bull
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com