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

搜索资源列表

  1. des

    0下载:
  2. MD5的全称是Message-digest Algorithm 5(信息-摘要算法),在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被\"压缩\"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。不管是MD2、MD4还是MD5,它们都需要获得一个随机长度的信息并产生一
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3059
    • 提供者:wangweiyang
  1. DES

    0下载:
  2. 说明:des算法的实现代码 */ 能够实现56位或56*n密钥的des算法,可以通过该程序提供的接 进行数据的加密,保证数据在传送过程的安全性
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:17022
    • 提供者:yetao
  1. DES 加解密算法

    0下载:
  2. 此加解密算法DES使用56位密钥对64位的数据块进行加密,并对64位的数据块进行16轮编码。-DES encryption and decryption algorithms use 56 to 64 key pieces of data encryption, as well as 64 pieces of data for 16 coding.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1913572
    • 提供者:田书贤
  1. 61627676

    0下载:
  2. 使用C编写的DES, DESX, DES3(三层DES) 的加密算法, 本程序演示如何在Delphi中进行调用C编写的算法 DES 密匙长度 8 DESX 密匙长度 16 DES3 密匙长度 24 (加密强度高了很多)-prepared by the use of C DES, DESX, DES3 (triple DES) encryption algorithm, this program shows how the Delphi C called for the preparation o
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:201366
    • 提供者:万方
  1. des二次解密

    0下载:
  2. des未知密钥二次解密
  3. 所属分类:源码下载

    • 发布日期:2011-11-18
    • 文件大小:41472
    • 提供者:anniechentt
  1. DES算法中key生成部分,输入为16位16进制密码

    0下载:
  2. DES算法中key生成部分,输入为16位16进制密码,输出为包含16个子密钥的数组,key generation in DES algorithm
  3. 所属分类:加密解密

    • 发布日期:2016-01-25
    • 文件大小:22288
    • 提供者:web
  1. DES_16keys用VC生成DES加解密算法的16轮密钥

    0下载:
  2. 用VC生成DES加解密算法的16轮密钥, 可直接用于编写DES的VHDL的密钥生成模块 -Generated using DES encryption and decryption algorithm VC 16-round keys can be directly used to write the VHDL DES key generation module
  3. 所属分类:加密解密

    • 发布日期:2017-03-23
    • 文件大小:1379
    • 提供者:zhuangyan
  1. DES.rar

    0下载:
  2. 运用DES算法的加密程序,可以加密文件,并能够将加密的密文解密成明文,Procedures for the use of DES encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:428327
    • 提供者:bluewlth
  1. 3DES 是DES向AES过渡的加密算法

    0下载:
  2. 3DES(即Triple DES)是DES向AES过渡的加密算法,它使用3条64位的密钥对数据进行三次加密。是DES的一个更安全的变形。它以3des加密算法 DES为基本模块,通过组合分组方法设计出分组加密算法。比起最初的DES,3DES更为安全。 -3DES(即Triple DES)是DES向AES过渡的加密算法,它使用3条64位的密钥对数据进行三次加密。是DES的一个更安全的变形。它以DES为基本模块,通过组合分组方法设计出分组加密算法。比起最初的DES,3DES更为安全。
  3. 所属分类:加密解密

    • 发布日期:2017-04-09
    • 文件大小:1956409
    • 提供者:LP
  1. 三重DES加密解密算法

    0下载:
  2. 三重DES加密解密算法 可以实现3轮加密或者16轮加密的自由选择 并通过加密进行密文测试-DES\Debug\DES.exe ...\.....\DES.ilk ...\.....\DES.obj ...\.....\DES.pch ...\.....\DES.pdb ...\.....\DES.res ...\.....\DESDlg.obj ...\.....\StdAfx.obj ...\.....\vc60.
  3. 所属分类:加密解密

    • 发布日期:2017-05-14
    • 文件大小:3628486
    • 提供者:缪超
  1. Cryptology

    0下载:
  2. 自己编写的加解密程序、包括凯撒、Vigenere、Permutation、DES、RC4、Playfair、RSA、DF密钥交换等密码的实现与演示。值得学习密码和做该方面实践的同学一看。-Prepared their own encryption and decryption procedures, including Caesar, Vigenere, Permutation, DES, RC4, Playfair, RSA, DF, such as password key exchange
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4351424
    • 提供者:小余
  1. DES_Verilog

    0下载:
  2. 这是我用Verilog写的DES加解密程序,准确的说这是一份实验报告,里面不但有程序还有简单的注释[主要是针对仿真的波形的],我主要写的是主控部分,密钥生成部分参考了下版原康宏的程序.该程序即可加密也可解密,选用CycloneII器件即能跑到100Mhz以上.-This is what I used to write Verilog the DES encryption and decryption procedures, accurate to say that this is a test
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:297120
    • 提供者:jesse
  1. RSADemo

    2下载:
  2. 基于网上流传的一版DELPHI实现的RSA算法进行了大量封装,实现了意位长的密钥生成,并支持以64进制,base64编码,16进制,10进制,和2进制流方式保存和读取密钥文件。和标准DES算法结合,实现了任意长度的明文加密解密算法(使用RSA密钥加密随机DES密钥),和MD5,SHA1 摘要算法结合,实现了带有时间戳的签名验证算法。可以直接调用其中已经做好的rsa manipulator类,使用非常方便,可作共享软件授权用!QQ 78273318-RSA MANIPULATOR
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:436877
    • 提供者:qiang.dennis
  1. des

    0下载:
  2. C++源代码,3des,加密,解密,非对称性密钥的生成、导入及导出示例 -C++ source code, 3des, encryption, decryption, VC++ asymmetric key generation, import and export example
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:3067
    • 提供者:阿萨瑟
  1. DES-delphi

    0下载:
  2. des加密算法,delphi 源码,输入密钥和明文,转换成加密密文-des encryption algorithm, delphi source code, enter the key and the plaintext, convert encrypted ciphertext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:182353
    • 提供者:mahe
  1. DES

    0下载:
  2. 源码包含DES的实现、弱密钥检测、3圈DES差分攻击三个功能,包含一个详细的说明文档-Source code contains the implementation of DES, weak key detection, differential attack three laps DES three features, including a detailed Detailed documentation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-02
    • 文件大小:14367727
    • 提供者:djl
  1. DES

    0下载:
  2. des密码 :包括加密、解密功能,保证可以运行;8位密钥。-des Password: include encryption, decryption function, to ensure you can run 8-bit key.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:609891
    • 提供者:w
  1. DEScipher

    0下载:
  2. 可以实现des的功能,c++编写。 DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位,其算法主要分为两步:   1
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:10910
    • 提供者:xiaobin
  1. AESandRSA

    0下载:
  2. 高级加密标准(AES)是一个用来代替数据加密标准(DES)的算法。目前使用的一般为128,196和256位密钥,这三种密钥都是 相当安全的-Advanced Encryption Standard (AES) is used to replace the Data Encryption Standard (DES) algorithm. Currently used in general for 128,196 and 256-bit keys, these three keys are
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 位输入的DES 加密解密算法实现 单一CPP实现,其中1.txt用于明文输入,key2.txt用于密钥输入,out2.txt为加密后的密文 与解密后的明文输出-Enter the DES encryption and decryption algorithm to achieve a single CPP, which expressly 1.txt for input, key2.txt for key input, out2.txt for encrypted and decrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:9731
    • 提供者:rojeck
« 1 2 3 45 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com