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

搜索资源列表

  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加密算法,加密和解密的程序,自行输入密钥和明文-the DES encryption algorithm,the DES encryption algorithm,the DES encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES加密解密算法编程,使用同一密钥对数据进行加密解密。-DES encryption and decryption algorithm programming, using the same key for encryption and decryption of data.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:203070
    • 提供者:成忠林
  1. des

    0下载:
  2. DNS加减密,实现DNS的加密,解密。包含F函数,以及mian函数-DNS sourse code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:3304
    • 提供者:by
  1. DES-ECB

    0下载:
  2. DES 工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式.当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密.DES的过程是:加密前,先将明文分成64位的分组,然后将64位二进制码输入到密码器中.密码器对输入的64位码首先进行初始置换,然后在64位主密钥产生的16个子密钥控制下进行16轮乘积变换,接着再进行末置换,即可得到64位已加密的密
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 实现DES分组密码:加密和解密算法的实现还有密钥算法的实现-DES block cipher: encryption and decryption algorithms to achieve key algorithm to achieve
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 输入任意8个英文字符明文可以被7位密钥加密-8 Enter any English characters expressly seven key encryption
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-06
    • 文件大小:3579
    • 提供者:maomao
  1. ex1LinuxVersion

    0下载:
  2. linux下的加密会话; RSA、des、sha算法; 包括RSA密钥分发,des密钥在非对称密钥下的交换。 有TicServer用于分发RSa、密钥 Server是提供服务的。详细见实验报告-encrypted session under linux RSA, des, sha algorithm RSA key distribution des key in the non-symmetric key exchange. TicServer used to distrib
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:948126
    • 提供者:huang
  1. Mrrssa_desi

    0下载:
  2. 混合加密程序源码,RSA算法加密DES密钥,DES算法加密消消息.非常多通讯系统都是这样加密的 -Hybrid encryption program source code, RSA algorithm to encrypt the DES key DES encryption algorithm to eliminate the message. Very many communications systems are encrypted
  3. 所属分类:Windows Develop

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

    0下载:
  2. 数据加密算法(Data Encryption Algorithm,DEA)是一种对称加密算法,很可能是使用最广泛的密钥系统,特别是在保护金融数据的安全中,最初开发的DEA是嵌入硬件中的-Data Encryption Algorithm (Data Encryption Algorithm, DEA) is a symmetric encryption algorithm, is likely to be the most widely used key systems, especially
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES是一种典型的块密码—一种将固定长度的平文通过一系列复杂的操作变成同样长度的密文的算法。对DES而言,块长度为64位。同时,DES使用密钥来自定义变换过程,因此算法认为只有持有加密所用的密钥的用户才能解密密文。密钥表面上是64位的,然而只有其中的56位被实际用于算法,其余8位可以被用于奇偶校验,并在算法中被丢弃。因此,DES的有效密钥长度为56位,通常称DES的密钥长度为56位。-DES is a typical block-cipher- a fixed-length level Thro
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:20620
    • 提供者:zhangyi
  1. DES

    0下载:
  2. DES加解密算法,提供测试算法和测试界面,实现加密,脱密和密钥生成算法-DES encryption and decryption algorithms, test algorithms and test interface, encryption and decryption and key generation algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:17214197
    • 提供者:张磊
  1. DES

    0下载:
  2. 在delphi程序中,利用DES算法进行加密和解密, 密钥可自定义-Delphi program using DES algorithm for encryption and decryption keys can be customized
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-25
    • 文件大小:197500
    • 提供者:jxcjh
  1. AES-DES

    0下载:
  2. AES 三重AES 非对称密钥加密解密等-AES Triple AES symmetric key encryption and decryption
  3. 所属分类:CA program

    • 发布日期:2017-11-07
    • 文件大小:236123
    • 提供者:yyy
  1. DES

    0下载:
  2. 算法流程 1.将要处理的二进制串进行IP置换 2.将密钥进行PC1置换(64位转为56位), 3.进行16轮操作,对于第i轮操作: 1)将上一次得到的PC1密钥(级除去第一次外,其他的都经过移位处理)的结果左右部分(各28位)分别循环左移1位或2位,然后将移位后的密钥进行PC2[i]置换. 2)将处理串均等分为左右两串Li,Ri(各32位),然后将右串Ri通过E盒拓展为新的右串R (48位),R 与上一步得到的PC2[i]子密钥进行异或操作,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-07
    • 文件大小:2457
    • 提供者:zhusiyi
  1. DES算法程序Matlab

    0下载:
  2. DES工作的基本原理是,其入口参数有三个:key、data。 key为加密解密使用的密钥,data为加密解密的数据。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。
  3. 所属分类:matlab例程

  1. DES

    0下载:
  2. 用Matlab实现的DES算法。在Matlab窗口输入DESDECP(a,b,n),其中a,b表示16进制的明文和密钥,n为1表示加密,否则表示加密。-DES algorithm using Matlab. In Matlab window field DESDECP (a, b, n), where a, b indicates a hexadecimal plaintext and key, n is 1 shows an encryption, or that encryption.
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:2343
    • 提供者:赵可
  1. DES

    0下载:
  2. DES分级密码算法C++程序,实现了DES的加脱密-The the DES classification cryptographic algorithms C++ program, a DES plus decryption
  3. 所属分类:CSharp

    • 发布日期:2017-12-10
    • 文件大小:2286
    • 提供者:李风光
  1. des

    0下载:
  2. 一个比较通用的DES的算法代码,功能实现了字符的DESL加解密,需要设定8位长度的密钥-A generic DES algorithm code, function the characters DESL encryption and decryption, you need to set the length of eight key
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:6346
    • 提供者:changweizhang
  1. des

    0下载:
  2. 两个密钥的三重des加密算法的实现,基于vc6 mfc-Triple-des encryption algorithm to achieve, based on two key vc6 mfc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:5516444
    • 提供者:jack honely
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 21 »
搜珍网 www.dssz.com