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

搜索资源列表

  1. des

    0下载:
  2. des加密算法和解密算法的完整c语言程序,在此分享啦-Encryption and decryption of des algorithm ,the integrity of the c language program, here to share it
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:4161
    • 提供者:jane
  1. des

    0下载:
  2. 使用C语言实现DES算法的源代码,需要超过2K的RAM-C language source code for the DES algorithm, more than 2k RAM needed.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:6451
    • 提供者:刘彦志
  1. Des

    0下载:
  2. Des的加密解密算法,信息安全,密码学,对称密码, des-The des algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1516
    • 提供者:郭静
  1. FPGA-BASIC-DES

    0下载:
  2. 采用vhdl实现DES算法,有详细的设计理论。为电子科技大学研究生论文。-VHDL realize the use of DES algorithm, a detailed design theory. For the University of Electronic Science and Technology Graduate thesis.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2537059
    • 提供者:邓秀华
  1. DES

    0下载:
  2. 简短准确的DES算法源程序,使用51汇编,注释详尽,易懂,可直接嵌入程序中。已在某RFID产品中大量生产应用。-Brief and accurate source of the DES algorithm, the use of the 51 assembly, detailed annotations, easy to understand, can be directly embedded in the program. Mass production in a RFID products.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:3148
    • 提供者:金运清
  1. des

    0下载:
  2. des算法实现代码,利用C语言编写,内有详细的DES算法加密解密内容-the source code of DES algorithm in C, including all stuff about DES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:53701
    • 提供者:王沫
  1. DES

    0下载:
  2. DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法-DES algorithm for password system of symmetric cryptosystem, and be become us data encryption standard, is in 1972 the United States IBM research of the symmetric cryptosystem encryption algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3950163
    • 提供者:jason
  1. DES

    0下载:
  2. DES算法的C语言实现,有示例明文密钥文件,包含完整的工程文件,编译通过。-The C language implementation of the DES algorithm, example of plaintext key file contains a complete project file and compile.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:668961
    • 提供者:RAINY
  1. DES

    0下载:
  2. DES算法可以对实际的数据进行加密和解密,实现了DES的算法。-DES algorithm can to the actual data encryption and decryption, realize the DES algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3099962
    • 提供者:wujiamin
  1. DES

    0下载:
  2. DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。 明文按64位进行分组, 密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位, 使得每个密钥都有奇数个1)分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。 -DES algorithm for the key system of symmetrical cipher system, also know
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:13185
    • 提供者:yangyifan
  1. DES

    0下载:
  2. Data Encryption using DES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:10587
    • 提供者:Santhosh
  1. DES

    0下载:
  2. 用DES算法实现信息的加密以及解密,界面友好,明文和密钥均可自由设置-DES algorithm encryption and decryption of information, friendly interface, the plaintext and the key can be freely set
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1907394
    • 提供者:宁馨儿
  1. DES

    0下载:
  2. DES算法的实现,8字节明文,自动实现加解密-DES algorithm implemented
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:168534
    • 提供者:张钧篪
  1. des-daima

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热.(如:UNIX的密码算法就是以DES算法为基础的)。将其修改为三重DES也能抵抗破解。下面是关于如何实现DES算法的语言性描述:-DES ( Data Encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:47770
    • 提供者:yhg
  1. des

    0下载:
  2. 基于DES算法,明文转化为密文的基本编程。-Based on the DES algorithm, the plaintext into ciphertext programming。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2828
    • 提供者:张新
  1. DES

    0下载:
  2. 在信息安全课程学习中自写的一个简单DES算法实现程序,可做学习用-A simple DES algorithm to achieve the program self-written information security course, can do to learn
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:4959
    • 提供者:王大力
  1. des

    0下载:
  2. 使用des算法编码后,并实现两台机器之间的网络传输-Des algorithm code, and network transmission between the two machines
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:14925
    • 提供者:李蓓
  1. DES

    0下载:
  2. 一个简单的DES算法,Windows Console Application。不能读入文件,但稍微修改一下就行了。另外算法用的是字符串所以在速度上可能并不快。本人大一学生,理解并不深刻,希望谅解。-A simple DES algorithm, the Windows Console Application. Can not read the file, but a little change on the line. In addition, the algorithm used is the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:3335
    • 提供者:mrtang
  1. des

    0下载:
  2. 用VC++写的DES算法,适合新手和C学习者-DES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES算法的加解密程序,MATLAB实现,还有实验报告一并附上。-DES algorithm encryption and decryption procedures, MATLAB implementation, the key length can only be eight.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:22802
    • 提供者:邓仕海
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com