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

搜索资源列表

  1. scdesjm

    0下载:
  2. 三重DES加密,其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式 -Triple DES encryption, which Key for a total of eight byte 64, the DES algorithm is the key; Data for eight byte 64 is to be encrypted or decrypted data; DES Mode for the
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6001
    • 提供者:东东
  1. AES_DES_Workmode.rar

    0下载:
  2. 对称/分组密码一般分为流加密(如OFB、CFB等)和块加密(如ECB、CBC等)。对于流加密,需要将分组密码转化为流模式工作。对于块加密(或称分组加密),如果要加密超过块大小的数据,就需要涉及填充和链加密模式,文中提到的ECB和CBC等就是指链加密模式。 本文将要介绍了AES对称加密/分组加密/流密码及其ECB、CBC、CFB、OFB和CTR五种对称加密模式。,Symmetric/block ciphers are generally divided into stream encryption
  3. 所属分类:File Formats

    • 发布日期:2016-01-25
    • 文件大小:383587
    • 提供者:王纪
  1. DES

    0下载:
  2. 实现简单的对任意文件的DES加密和解密。控制台方式-Against any simple DES encryption and decryption of files. Console mode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:2406
    • 提供者:杨丫
  1. DES

    0下载:
  2. des cbc mode for vc 6
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:2432
    • 提供者:jeperipi
  1. (Clanguage)

    0下载:
  2. CBC模式的DES加密解密程序源代码(C语言)-CBC mode DES encryption and decryption of the source code (C language)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:4734
    • 提供者:1234
  1. C-DES

    1下载:
  2. 使用C语言实现密码学DES加密和解密,使用密码反馈模式 CFB模式-The use of C language implementation of cryptography DES encryption and decryption, feedback mode using a password CFB mode
  3. 所属分类:Windows Develop

    • 发布日期:2015-12-25
    • 文件大小:8671
    • 提供者:jackli
  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
    • 文件大小:1172652
    • 提供者:donton
  1. DES

    0下载:
  2. 加密解密算法,在CBC模式下的DES算法。代码都有备注,希望对大家有用哦。-Encryption and decryption algorithm in CBC mode of the DES algorithm. Note the code are, I hope all of you, oh useful.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4767
    • 提供者:Keven
  1. DES

    0下载:
  2. Simple Des algorithm with Encript-Decript mode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:9060
    • 提供者:Buratino
  1. S-DES

    0下载:
  2. 1996年, E.Schaefer 提出了一个简化的DES加密算法, 即S-DES加密算法。S-DES是一个对称分组加密的简化模型,目的不在于应用,它非常具体地说明了分组密码中如何实施扩散和扰乱, 揭示了设计分组密码算法的基本模式和框架,在密码学习中有着重要的意义。编写一个软件能够实现S-DES分组加解密-In 1996, E. Schaefer proposed a simplified DES encryption algorithm, namely, S-DES encryption al
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1487
    • 提供者:atlantis
  1. CBC-S-DES

    0下载:
  2. CBC模式--S-DES 实现 简单DES算法CBC模式的实现 C++环境-CBC mode--S-DES implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:13829
    • 提供者:shaolong
  1. DES-chat

    0下载:
  2. DES加密聊天工具,共包含3个文件:chat.cpp、des.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器)。如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。-DES encrypted chat tool, contains a total of 3 files: chat.cpp, des.h, makef
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:5886
    • 提供者:Sunny kim
  1. des

    0下载:
  2. DES加密解密的实现,可以分别输入明文与密文,还可以选择ecb/cbc/cfb/ofb等工作模式,以及NoPadding和Pkcs5Padding等填充模式-DES encryption and decryption implementations can input plaintext and ciphertext ecb/cbc/cfb/ofb work mode, you can also choose to fill mode NoPadding and Pkcs5Padding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:8586
    • 提供者:chen
  1. DES

    0下载:
  2. 可以实现CBC和ECB的DES加密解密算法的matlab程序- A matlab program which can decrypt and crypt the DES algorithm in CBC and ECB mode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:8123
    • 提供者:赵昊宸
  1. Encryption

    0下载:
  2. C#写的算法模拟,含有DES,RSA,密码模式等(CBC/ECB)等,但还有一部分没有完成。DES源代码自己用C++写的,已经编译成DLL文件,在此用C#自己调用的其中的函数。-C# to write the algorithm simulation, with DES, RSA, password mode (CBC/ECB) and so on, but some are not completed. DES own source code written in C++, have been
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:119854
    • 提供者:蒋先鹏
  1. DES

    0下载:
  2. DES加密源码,cbc ecb模式,强力推荐-DES encryption source code, cbc ecb mode, strongly recommended
  3. 所属分类:Crypt_Decrypt algrithms

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

    1下载:
  2. 经典的des程序,值得看看飞行岛法全程是按位运算的,每次计算64位的内容-des mode code ctrl to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-10-12
    • 文件大小:2048
    • 提供者:黄飞
  1. des

    1下载:
  2. 编写 C 程序实现 DES 加、解密: (1) 编程实现 基于自己的名字来构造一 DES 密钥; (2) 应用 (1) 获得的密钥将一副灰度 图 (BMP 格式 ) 进行加、解 密; (3) 应用 ECB 和 CBC 两种操作模式分别完成-C program to prepare DES Encryption and Decryption: (1) programming based on their names to construct a DES key (2) applications (
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:265704
    • 提供者:yangfeng
  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. C++ 利用openssl实现DES的CBC模式加解密

    0下载:
  2. C++ 利用openssl实现DES的CBC模式加解密(C++ uses OpenSSL to implement CBC mode encryption and decryption of DES)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-28
    • 文件大小:22141952
    • 提供者:陌路ads
« 12 3 4 »
搜珍网 www.dssz.com