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

搜索资源列表

  1. DES算法详述

    2下载:
  2. DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位.-DES algorithm combines 64 express importation into 64 blocks of dense text output block, it is also the key 64.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5.32kb
    • 提供者:yang
  1. fisher-windows-des-dll

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。-DES (Data Encryption Standard) algorithm, in 1977 the United States government's official permission, is a key 56 to 64-bit data encryption methods. DE
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:22.98kb
    • 提供者:yue
  1. emacs-des

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。(如:UNIX的密码算法就是以DES算法为基础的)。-DES (Data Encryption Standard) algorithm, in 1977 the United States government's official permission, is a key 56 to 64-bit d
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6.95kb
    • 提供者:yue
  1. Des64位加密解密

    0下载:
  2. 64位的DES加密解密,加密111文件生成222,解密生成-64 DES encryption and decryption, encryption 111 documents generated 222, 333 declassified Generation
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:23.18kb
    • 提供者:时海威
  1. s-des

    2下载:
  2. 简单DES的C++代码(8位加密和解密)。 -simple C code (8 encryption and decryption).
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.37kb
    • 提供者:浪人
  1. DES算法C++源代码

    1下载:
  2. DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位!
  3. 所属分类:源码下载

    • 发布日期:2012-06-13
    • 文件大小:44kb
    • 提供者:lijuanly88
  1. des-linux-1.0.tar.gz 3DES加解密C源码

    0下载:
  2. 3DES加解密C源码,32位。内带makefile。以验证可用,3DES encryption and decryption C source, 32. Within the band makefile. Can be used to verify
  3. 所属分类:加密解密

    • 发布日期:2016-01-25
    • 文件大小:16.72kb
    • 提供者:左宏权
  1. DES

    0下载:
  2. MFC实现DES的加密解密模拟,密钥为64位,-MFC to achieve DES encryption and decryption simulation, the key is 64 bits,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:28.96kb
    • 提供者:greenwheat
  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的每个分组是64位,既明文和密钥都是64位(密钥实际用56位,每字节第8位为校验)。这个算法的核心是Feistel密码,由于其设计的巧妙,加密解密都用一个函数,具体原理请查阅其他资料。DES的流程基本是执行16轮下面的运算:-DES each packet is 64, both explicit and are 64-bit key (actual key 56, the first 8 bytes each for validation). The core of this algor
  3. 所属分类:Document

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

    0下载:
  2. 使用VC编程实现DES的加密与解密算法,能够加密和解密文件,使用的密钥是八位-VC Programming using DES encryption and decryption algorithms to encrypt and decrypt files, the key is to use eight
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3.35mb
    • 提供者:靳超
  1. DES

    0下载:
  2. 模拟DES算法,程序使用八位密钥。 2. 程序使用 输入:输入明文,输入8位密钥。 点击“加密”按钮,即可获得加密密文。 输出:在编辑框中显示密文。 点击“解密”按钮,即可获得明文。 输出:在编辑框中显示明文。 -Simulation DES algorithm, the use of eight key procedures. 2. Procedures using input: enter explicitly, enter the 8-bit key. Cli
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1.9mb
    • 提供者:木佳强
  1. DES

    0下载:
  2. DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 -The basic principle of DES is that its entrance there are three parameters: key,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-06
    • 文件大小:1.12mb
    • 提供者:donton
  1. DES

    1下载:
  2. 实现DES算法 64位明文输入和56位密钥输入,进行加密解密-DES algorithm to achieve explicit 64-bit input and 56-key input, for encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES编码的 MFC实现,64位明文,56位或者64位密钥-DES encoding MFC Implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-23
    • 文件大小:7.25mb
    • 提供者:baby无齿
  1. DES(56)

    1下载:
  2. 用C#写的56位key实现DES对任意文件的加解密-56 bit key DES in C#
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:4.81kb
    • 提供者:zach
  1. 10081509&DES

    0下载:
  2. 实现8位明文和8位密钥的DES加密和解密(DES encryption and decryption of 8 bit plaintext and 8 bit key are implemented)
  3. 所属分类:加密解密

  1. 加密des算法

    0下载:
  2. DES算法,自行设置七位密钥,可成功加密和解密,密码输错三次则解锁失败。(DES algorithm, set its own seven bit key, can be successfully encrypted and decrypted, password error three times, unlock failure.)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-30
    • 文件大小:1.09mb
    • 提供者:虫子虫
  1. sxy--des

    0下载:
  2. 对八位字符进行加密与解密(使用时需要建立两个TXT文件,具体请看源代码)(bit characters are encrypted and decrypted (using two TXT files to be used when using the source code))
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:256kb
    • 提供者:山鬼i
  1. DES加密与解密

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

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com