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

搜索资源列表

  1. DES

    0下载:
  2. 这是从目前银行里,使用的“标准DES算法”,des/undes可对指定长度(最多8的整数倍)的数据进行加解密,密钥为8个字节长度。本程序在DSP5501上使用,去掉技术段的定义,可以移植到PC等环境上。-This is from the current bank, use the " standard DES algorithm" , des/undes can specify the length (up to integer multiple of 8) data encry
  3. 所属分类:DSP program

    • 发布日期:2017-04-14
    • 文件大小:3109
    • 提供者:sck007
  1. mixed_encryption

    0下载:
  2. 本系统实现了一个基本的混合密码系统。它使用DES作为对称密钥算法,RSA作为公开密钥算法。本系统特点如下:1:提供了俩个加密接口。混合加密,DES加密。2:本系统的DES可以进行1次DES加密(标准DES加密)和3次DES加密。它会根据密钥长度,自动选择加密方案-Implementation of the system a basic hybrid cryptosystem. It uses DES as the symmetric key algorithm, RSA public key a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:704474
    • 提供者:sunwu
  1. SCode

    0下载:
  2. DES算法的入口参数有三个:Key、Data、Mode。其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式,有两种:加密或解密,如果Mode为加密,则用Key去把数据Data进行加密,生成Data的密码形式作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式作为DES的输出结果。在使用DES时,双方预先约定使用的”密码”即Key,然后用Key去加密数据;接收方
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:85972
    • 提供者:daijie
  1. DES

    0下载:
  2. 流密码RC4的加密和解密 1、能够对字串进行加密; 2、可以自动生成加密密钥和解密密钥对; 3、能够显示给定密钥下明文加密后的密文; 4、能够用相应解密密钥正确解密密文,显示结果,并与原明文进行比对。-RC4 Encrpytion 1.Encrpyt strings 2.Create pairs of keys for encoding and decoding automatically 3.Present the crptograph 4.Decode the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1960071
    • 提供者:Jane
  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
    • 文件大小:197622
    • 提供者:bmbm
  1. D3DES

    1下载:
  2. 使用C语言实现的三个密钥的三重DES算法。-The use of C language implementation of the three-key triple DES algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2014-05-22
    • 文件大小:5945
    • 提供者:jackli
  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. des3

    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 in Delphi in the preparation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:197532
    • 提供者:zyb
  1. desx

    0下载:
  2. 自己写的,用des算法根据密钥加密解密图片 -des jia jie mi tu pian shu ru mi yao
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。此程序可以对文本进行DES算法加密和解密。-DES (Data Encryption Standard) algorithm,with the U.S. government s official permission, is a 56 with 64-bit key to encrypt data. This procedure can be carr
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2025224
    • 提供者:wini
  1. 1730309Rsa

    0下载:
  2. 混合加密程序,RSA算法加密DES密钥,DES算法加密消息.很多通讯系统都是这样加密的 -Hybrid encryption, RSA key DES encryption algorithm, DES encryption algorithm message. A lot of communication systems are encrypted so
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:758
    • 提供者:易守望
  1. DES

    0下载:
  2. DES是一个分组加密算法,他以64位为分组对数据加密。同时DES也是一个对称算法:加密和解密用的是同一个算法。它的密匙长度是56位(因为每个第8位都用作奇偶校验),密匙可以是任意的56位的数,而且可以任意时候改变。-DES is a block cipher algorithm, his 64-bit data encryption for the packet. At the same time, DES is a symmetric algorithm: encryption and dec
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 该程序实现了DES数据加解密算法,含加解密和密钥由口令导出。明文分组大小为64bit, //密文分组大小为64bit,明文二进制信息存放于《明文二进制表示.dat》 //密钥二进制存放于《密钥二进制表示.dat》,密文存放于《密文二进制.dat》中-The program achieved a DES data encryption and decryption algorithms, including encryption and decryption and key derived
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:6206
    • 提供者:刘进
  1. des_code

    0下载:
  2. des算法源码 DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。   其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。   DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢。-des algorithm source code for DES algorithm of the symmetric cryptosystem cry
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4485
    • 提供者:李大力
  1. 07

    0下载:
  2. des加密 ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。   密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x <p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。 -des cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3319493
    • 提供者:rock
  1. DES

    0下载:
  2. DES算法,用c++实现。从文件读入明文,将密文写入文件。所有源码齐备,保证测试通过。-DES algorithm, using c++ implementation. Read from a file into the plaintext, the ciphertext to write the file. All source code in place, ensure the test.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:4710
    • 提供者:dong
  1. RSADES

    0下载:
  2. 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。-Two algorithms using the RSA and the DES, based on designs and implements a simple model of network transmission. M
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1091302
    • 提供者:林晓波
  1. !DES

    0下载:
  2. 能加解密的DES源代码,密钥和明文都是64位-The DES encryption and decryption can be the source code, key and plaintext are 64-bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:3462
    • 提供者:yln13
  1. des

    0下载:
  2. des对称密钥算法加密解密部分函数,可以方便调用-it is the code about DES.
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 本代码可实现给定明文的加密,加密内容需放在代码中方可实现,编译运行后即可看到明文及密文和解密后的明文-This code can be realized for a given plaintext encryption, encrypted content need to be placed in the code could be attained, the compiler and the running you can see the plaintext and decrypt ciphe
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:3906
    • 提供者:杨一
« 1 2 3 4 56 7 8 9 10 ... 21 »
搜珍网 www.dssz.com