CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - des 16

搜索资源列表

  1. deschecker

    0下载:
  2. 这是一款轻松实现des编码的源码,本程序用了一个列表框来显示所有16次迭代的所有信息-easily des source code, this program uses a list box to display all 16 iterations of all the information
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:148.34kb
    • 提供者:小刚
  1. edcode

    0下载:
  2. 使用DES+CBC的加密解密程序,实现可以选择4/16迭代的不用加密解密强度
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:26.85kb
    • 提供者:sjxyx
  1. TEST_DES

    0下载:
  2. 对输入的十六进数加密(把输入的字符转化成二进制整数,比如输入两个字符1F,转化成二进制数00011111),比较输入和输出。当把输入的数改变一个比特时(如把1F变为1E),比较输出的变化.修改程序,使得DES的16轮循环中每一轮循环结束都能输出一个结果(显示为十六进制的数),即输出Li、Ri(1 i 16)的值。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29.95kb
    • 提供者:黎志展
  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
    • 文件大小:120.12kb
    • 提供者:andy
  1. 61627676

    0下载:
  2. 使用C编写的DES, DESX, DES3(三层DES) 的加密算法, 本程序演示如何在Delphi中进行调用C编写的算法 DES 密匙长度 8 DESX 密匙长度 16 DES3 密匙长度 24 (加密强度高了很多)-C prepared by the use of DES, DESX, DES3 (three-DES) encryption algorithm, the program demonstrates how to call at Delphi in the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:192.99kb
    • 提供者:bmbm
  1. 16bitsDES3DES(TDES)V1.0

    0下载:
  2. 3Des互换工具,可以实现明文转换为密文,可以密文转明文。-3Des swap tool, you can achieve plaintext into ciphertext, you can switch to plaintext ciphertext.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:95.55kb
    • 提供者:dingchaohai
  1. cppfrance_JEU-TAQUIN___Page-(2)

    0下载:
  2. jeu de taquin:Le taquin est un jeu solitaire en forme d amier créé vers 18701 aux É tats-Unis. Sa théorie mathématique a été publiée par l American Journal of mathematics pure and applied2 en 1879. En 1891, son invention fut revendiquée par Sam L
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:6.5kb
    • 提供者:nawal
  1. javafr_JEU-TAQUIN-IMPLEMENTATION-ALGORITHME-HEURI

    0下载:
  2. Le taquin est un jeu solitaire en forme d amier créé vers 18701 aux É tats-Unis. Sa théorie mathématique a été publiée par l American Journal of mathematics pure and applied2 en 1879. En 1891, son invention fut revendiquée par Sam Loyd3, au momen
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:66.27kb
    • 提供者:nawal
  1. Security

    0下载:
  2. 字符串、长文本加密 支持MD5、SHA1、DES、对称加密、MD5 16位、MD5 32位、可逆和不可逆的加密-MD5 SHA1 DES MD516 MD532
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2.54kb
    • 提供者:wen
  1. DES

    0下载:
  2. DES加密,3-16层加密任选,带中间结果统计,可选加密文件-DES encryption ,3-16 layer encryption optional, with intermediate results statistics, optional encrypted file
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:109.03kb
    • 提供者:郭鹏飞
  1. 3DES-PBOC-MAC

    0下载:
  2. 程序实现了3DES、DES加解密,PBOC的DES、3DES的MAC。 首先输入16进制的ASC码。将每个ASC转为4位二进制。然后DES运算。最后将每4位二进制结果转化为一个ASC输出。 -Program implements 3DES, DES encryption and decryption, the PBOC' s DES, 3DES the MAC. First, enter the ASC hexadecimal code. Each ASC to four bina
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:6.16kb
    • 提供者:zxh
  1. des1

    0下载:
  2. DES密码加密/解密算法的C++实现 DES是一种明文分组64比特,有效密钥56比特,输入密文64比特,具有16轮迭代的分组对称密码算法-DES C++ implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:3.91kb
    • 提供者:聂春雷
  1. DES

    0下载:
  2. DES加密实现,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。-DES encryption to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2.18mb
    • 提供者:吴兰
  1. NLa-b

    0下载:
  2. 对16轮DES线性攻击时计算S盒的NL值表。(所选用表格已给定)-S box for computation of 16 rounds of DES linear attack of NL value table
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:556.84kb
    • 提供者:侯聪
  1. WjcDes

    0下载:
  2. 实现DES加解密算法 实现16位加解密技术 实现8位加解密技术-The realization of DES encryption algorithm Achieve 16 bit encryption technology Achieve 8 bit encryption technology
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.91kb
    • 提供者:login
  1. DES

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

    • 发布日期:2017-05-03
    • 文件大小:758.87kb
    • 提供者:fanyuan
  1. DES

    0下载:
  2. DES加解密,明文,密文,私钥皆为16进制,编写 DES 分组密码算法,用 DES 分组密码算法加密的密文 C 解密。
  3. 所属分类:Windows编程

搜珍网 www.dssz.com