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

搜索资源列表

  1. common-1.2.16.tar

    0下载:
  2. The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. The fol
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:241.37kb
    • 提供者:宫圣喜
  1. DES

    0下载:
  2. Des算法是一种标准的对称加密算法,其精华就是明文经过一系列的复杂变化后,一般在不知密码的情况下要把它的恢复很难。 算法可以由四个部分描述: 1.获取16个子密钥 2.初始置换置换函数ip 3.加密函数f 4.末置换函数
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:176.33kb
    • 提供者:wildkaede
  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
    • 文件大小:1.82mb
    • 提供者:田书贤
  1. DES算法中key生成部分,输入为16位16进制密码

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

    • 发布日期:2016-01-25
    • 文件大小:21.77kb
    • 提供者: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
    • 文件大小:1.35kb
    • 提供者:zhuangyan
  1. DES

    0下载:
  2. 数据加密标准(DES) 轮函数采用混乱和扩散的组合,共16轮 -Data Encryption Standard (DES) round function using a combination of confusion and diffusion, a total of 16
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:234.16kb
    • 提供者:庄雨辰
  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
    • 文件大小:3.46mb
    • 提供者:缪超
  1. pyDes-2.0.0.tar

    0下载:
  2. A pure python module which implements the DES and Triple-DES encryption algorithms. Triple DES is either DES-EDE3 with a 24 byte key, or DES-EDE2 with a 16 byte key.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:10.57kb
    • 提供者:747
  1. Qt_DES

    0下载:
  2. 一个用Qt编写简单DES加密算法展示程序,可以实现简单的8位16轮加密变换-A use Qt to write simple display program the DES encryption algorithm, can achieve a simple 8-bit 16 encryption transformation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:9.66kb
    • 提供者:panda
  1. Kmeans

    0下载:
  2. 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4.15kb
    • 提供者:Yifan Young
  1. des

    1下载:
  2. VC++实现DES加解密 Tips: 1.本程序可以加密1-4096个字符的任意长度字符串 2.如果密钥长度过短或者为空,程序将使用默认 密钥"YinXueYuan Build It!"进行加密. 3.加密结果将用16进制字符显示 4.本加密程序同时支持中/英文字符(包括密钥和明 文) 5.本加密程序支持特殊字符[例如换行符(回车键)] Attention: 1.加密时,密文的最后一个字符请不要使用半角 美元符号 $ 2.字符串加密最多支持
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-03-11
    • 文件大小:33.25kb
    • 提供者:胡程
  1. des

    0下载:
  2. 密码学的des算法的加密与解密的过程,其中有16轮迭代。c语言实现。-Des algorithm cryptography encryption and decryption process, of which 16 iterations. c language.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-17
    • 文件大小:114.99kb
    • 提供者:张博
  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. DES

    0下载:
  2. DES算法实验报告和代码 1.输入名字,需8个字母,不足的补叉,多余的舍去 2.将字符按ASC2码值转化为二进制,存在数值(指针)中 3.对明文做IP置换(函数) 4.将转换后的数值分成两组,赋给L0,R0,执行下列运算L1—R0,R1-L0.....重复16轮 5.将结果L0R0合并至一个数值,做IP输出-DES algorithm and code an experimental report. Enter the name of eight letters take l
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:13.84kb
    • 提供者:jhp627
  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. DES

    0下载:
  2. DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环。 -DES uses a 56-bit key and an additional 8-bit parity bit, resulting in the larg
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.96mb
    • 提供者:ala
  1. DES

    0下载:
  2. DES完整的加解密算法,使用C语言实现,经过测试,可以运行。 明文分组长64比特。有效主密钥长56比特,根据密钥生成算法,由主密钥生成16个48比特的子密钥。 该算法共16轮,每轮使用一个子密钥。 在进行16轮加密之前,先对明文做一个初始置换IP。 每一轮加密的轮函数f为: . 在16轮加密之后,对比特串L16R16换位为R16 L16,做逆置换IP-1,从而得到密文C。 -DES encryption algorithm is complete, use the C l
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:3.54kb
    • 提供者:曹云青
  1. DES

    0下载:
  2. DES 加密算法,8字节,16字节的加密和解密算法!-DES encryption algorithm, 8 bytes, 16 bytes of encryption and decryption algorithms!
  3. 所属分类:Crypt_Decrypt algrithms

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

    1下载:
  2. des算法实现8位16进制数加密和解密及雪崩测试-des 16 hex 8-bit algorithm to encrypt and decrypt the number and avalanche tested
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-11-18
    • 文件大小:3kb
    • 提供者:张超
  1. DES

    0下载:
  2. DES加密 S盒运算 进制转换 进行16轮的循环处理(cipher GetDlgItemText(IDC_EAesEn,(char*)inBuff,24); if(strlen((char*)inBuff)>16)MessageBox("");)
  3. 所属分类:加密解密

« 12 3 4 5 »
搜珍网 www.dssz.com