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

搜索资源列表

  1. DES3_Unit

    0下载:
  2. delphi 3DES-ECB算法 封装好的PAS单元-delphi 3DES-ECB algorithm PAS units packaged
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:4444
    • 提供者:lygzz
  1. MyGOST

    0下载:
  2. GOST 28147-89, only ECB, CBC mods. I public this code for other students for study.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:235405
    • 提供者:Denis
  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. DESChecker

    0下载:
  2. DES加密ECB模式一个详细转换的小程序,带转换说明。-DES encryption ECB model a detailed conversion of small procedures, with conversion instructions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:432584
    • 提供者:陈琳
  1. 20110927090408

    0下载:
  2. 基于DES的文件加密程序 采用ECB或CBC工作模式 DES算法核心代码-DES-based file encryption program using ECB or CBC mode of DES algorithm core code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3450
    • 提供者:HH
  1. encrpy

    0下载:
  2. ECB/CBC/CTR/OFB/CFB加密解密-ECB/CBC/CTR/OFB/CFB encryption, decryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:4614
    • 提供者:yao
  1. AES

    1下载:
  2. AES算法的C语言版本,支持ECB和CBC模式,速度和体积都经过本人精心优化,适合于C51、ARM和PC,内有Keil、ADS和VC6 三个工程和测试代码,并附有算法原理和演示动画资料。-The C language version of the AES algorithm supports ECB and CBC mode, speed and code size after I carefully optimized for the C51, ARM and PC, there Keil,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:559804
    • 提供者:lbf
  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. FPGA--AES-algorithm

    0下载:
  2. 本文介绍了AES 数据加密结构, 以及相关的有限域的知识及简单运算, 提出了一种用FPGA 高速实现AES 算法的方案, 该方 案设计的加密模块支持AES 标准的三种密钥长度: 128,192,256, 支持ECB, CBC, CTR 三种工作模式, 即支持feedback 和non- feedback 两种模式, 最后给出了本设计的性能指标-This article describes the AES data encryption structure, as well as the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:240731
    • 提供者:李仁杰
  1. Crypto

    0下载:
  2. 此程式是利用DES 來進行加密與解密的動作,Mode 採用ECB,Padding 方 法則採用PKCS5Padding。Key 是由程式自行產生,採用Pseudorandom number generator 來產生Key。利用Framework 為Java Cryptography Extension (JCE) 。-This program is the use of DES to encrypt and decrypt action, Mode ECB Padding method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:229521
    • 提供者:eason
  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. S8050

    0下载:
  2. S8050详解 耗散功率0.625W(贴片:0.3W)集电极电流0.5A集电极--基极电压40V集电极--发射极击穿电压25V集电极-发射极饱和电压 0.6V特征频率fT 最小150MHZ 典型值产家的目录没给出引脚排列为EBC或ECB 838电子按三极管后缀号分为 B C D档 贴片为 L H档-S8050 Xiangjie power dissipation 0.625W (SMD: 0.3W) collector current of 0.5A collector- base v
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-05
    • 文件大小:91580
    • 提供者:四真文
  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 2 34 5 6 »
搜珍网 www.dssz.com