CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - ecb

搜索资源列表

  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. ECB

    0下载:
  2. des算法进行的图像加密与解密,解密之后得到的图像与原先相同-DES algorithm to the image encryption and decryption, the image obtained after decryption are the same as with the original
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-05
    • 文件大小:403895
    • 提供者:Plane
  1. AES-Jeffrey-zhu

    0下载:
  2. Visual c++ 下使用C语言开发的AES分组加密算法,ECB模式,分组长度128bit,密钥长度可变,128或256bit。-Developed using C language Visual c++ AES block encryption algorithm, ECB mode, packet length 128bit key variable length, 128 or 256bit.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:149292
    • 提供者:yanan
  1. AES

    0下载:
  2. 一个用JAVA实现的AES算法示例,采用ECB模式,128位密钥-AES algorithm is an example of a JAVA ECB mode, a 128-bit key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:761
    • 提供者:ludygg
  1. myDes

    0下载:
  2. 从欧洲的一个安全组织的开源代码中抽取出来的,实现了DES的ECB模式和CBC模式的加密,vc6的工程,完整的加密代码和加密示例。-Extracted from the open source code of a European security organization, the DES ECB mode and CBC mode encryption, the vc6 project and complete the encryption code and encryption exampl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:18180
    • 提供者:赵水
  1. AES

    0下载:
  2. 图像加密 五种加密方式 ECB CBC CFB CTR OFB-Image Encryption five encryption ECB CBC CFB CTR OFB
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:6485
    • 提供者:NiaLee
  1. ecb

    0下载:
  2. Electronic CodeBook mode driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:1509
    • 提供者:mujievui
  1. image-encryption

    0下载:
  2. Image encryption and Decryption in ECB and OFB mode using 8*8 matrix.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-14
    • 文件大小:45780
    • 提供者:Karanpal Singh
  1. OpenSSL

    1下载:
  2. 调用openssl实现des cbc ecb 加密 rsa 圆周曲线等等,功能十分强大-openssl des rsa md5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-10-31
    • 文件大小:1958049
    • 提供者:心艺软件
  1. ecb_decrypt

    0下载:
  2. ECB implementation, decrypt a block,.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:867
    • 提供者:denpancue
  1. 022929804des

    0下载:
  2. des vc++解密,支持ecb模式,已经测试没有问题,大家可以放心使用-des decode
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:42916
    • 提供者:runner
  1. des

    1下载:
  2. DES/3DES 算法实现,支持ECB CBC OFB等模式-DES/3DES algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:8195
    • 提供者:哦大家
  1. Blowfish

    1下载:
  2. 河豚(blowfish)加密算法 拥有CBC CFB ECB 加密模式-Fugu (blowfish) encryption algorithm has CBC CFB ECB encryption mode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:17698
    • 提供者:sxl
  1. sm4

    0下载:
  2. VHDL实现国家SM4加密算法(ECB)模式-VHDL to achieve national SM4 encryption algorithm (ECB) mode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:5469
    • 提供者:xuzhongwei
  1. eea20140701.tar

    0下载:
  2. linux下基于openssl的AES实现,ecb和cbc-Under linux openssl' s AES-based realization, ecb and cbc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4395325
    • 提供者:drsnp
  1. DES

    0下载:
  2. 这是一个用java语言实现的完整的Des ECB加解密算法-This is a complete implementation using Java language Des encryption algorithm, the ECB
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:2414
    • 提供者:Luo
  1. tc_em_meta

    0下载:
  2. emQbit s ECB AT91 Kernel Device Driver for linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2161
    • 提供者:yuebecen
  1. gdm_wimax

    0下载:
  2. ECB: Electronic CodeBook mode for Linux v2.13.6.ECB: Electronic CodeBook mode.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:8907
    • 提供者:fanqych
  1. ECB-CBC-CFB-OFB

    0下载:
  2. Aes算法的基本原理以及五种工作模式的基本构造与原理-The basic principle of Aes algorithm and the basic structure and principle of the five working modes
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:351057
    • 提供者:陈建军
« 1 2 34 »
搜珍网 www.dssz.com