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

搜索资源列表

  1. SM4加密算法的C语言实现

    3下载:
  2. SM4为对称算法,密钥长度和分组长度均为128位。解密算法与加密算法的结构相同,只是轮密钥的使用顺序相反,解密轮密钥是加密轮密钥的逆序。 实现了ECB和CBC两种加密模式,未处理数据填充Padding,使用时数据设置为16的倍数。
  3. 所属分类:密码/编码算法

    • 发布日期:2015-09-16
    • 文件大小:4647
    • 提供者:fstwnd@126.com
  1. encrypt

    0下载:
  2. 支持des 3des aes加密 ecb cbc ofb等多种加密模式-des 3des aes /ecb cbc ofb
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:75264
    • 提供者:林白
  1. aes

    0下载:
  2. AES128/196/256 加解密源码,可实现ECB模式加密,HEX输出。密码及明文没有补齐功能,需手动补齐。无需特殊库文件,适合单片机使用。已测试,可正常使用。-AES128/196/256 encryption source code, can achieve ECB mode encryption, HEX output. The password and the plaintext without the need to manually fill up function. No sp
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2393
    • 提供者:海亮
  1. AES-BASE64

    0下载:
  2. 亲测可用的AES128+BASE64实例源码,适合单片机使用。可实现明文加密Base64格式输出,ECB模式0补齐。可实现Base64格式输入,AES128解密输出。密钥可指定。内附详细说明,并有测试实例。 -Pro AES128+BASE64 example source code, suitable for single use. Can realize the encrypted Base64 format output, ECB mode 0 filled. Can achieve
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6077
    • 提供者:海亮
  1. DES_ECB

    0下载:
  2. ECB模式加密 pPlain@指向要加密的明文数据; pEnc@指向加密后返回的密文数据; pKey@指向加密用的密钥; nBlock@要进行加密的块数,1块=8字节。-ECB mode encryption PPlain@ points to the encrypted text data PEnc@ points to the encrypted data returned PKey@ points to the encryption key NBloc
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3884
    • 提供者:韩静
  1. Ali-Baghdadi_Maysaa-Harkous_CENG630_Project-Repor

    0下载:
  2. Advanced Encryption Source Encryption with modes ECB - OFC - OCB-Advanced Encryption Source Encryption with modes ECB - OFC - OCB
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:639143
    • 提供者:hussein akil
  1. des.tar

    0下载:
  2. ECB模式DES加解密。支持任意bytes的数据加解密,不是简单的补0,因为明文有可能是0。-ECB mode DES encryption and decryption. Supports arbitrary bytes of data encryption and decryption, not simply fill 0, because there may be 0 plaintext.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:4946
    • 提供者:晨夕
  1. des_test.tar

    0下载:
  2. ECB模式DES加解密,可以加密任意长度的数据文件,最后的块数据不足8bytes,不是简单的补0。补0的缺陷是当明文块尾数据为0时,在解密时就不知如何处理了。 编译命令: 1. 编译测试程序 make test. 2. 编译动态库 make libdes.so 3. 编译静态库 make libdes.a-DES ECB mode encryption, you can encrypt data files of any length, the last block to in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6215
    • 提供者:晨夕
  1. des_test_ecb_cbc.tar

    0下载:
  2. ECB模式,CBC模式DES加解密。 1.CBC模式与一般的不一样,当密文的数据发生错误时,解密后错误字节块和后续所有块的所有字节都是错误的。而一般模式只会影响当前块和后续块的相应字节。 2.可以加密任意长度的数据文件,最后的块数据不足8bytes,不是简单的补0。补0的缺陷是当明文块尾数据为0时,在解密时就不知如何处理了。 3.编译命令: 1. 编译测试程序 make test. 2. 编译动态库 make libdes.so 3. 编译静态库 make
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6601
    • 提供者:晨夕
  1. ecb_Encryp

    0下载:
  2. c语言实现aes ecb模式加密,可以和java,c#,obj-c互相 加,解密。包含base64编码,urlEncode编码 注意,该算法里面的密文是转换成16进制的字串,如果不要16进制,可自行转换,内的函数。 vc6,vs2008,可编译。-AES ECB mode
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:402279
    • 提供者:zhong
  1. DES_ECB_Windows

    0下载:
  2. 基于Windows WinCrypt的DES ECB 模式加解密实现-Windows Platment, WinCrypt DES ECB mode encrypt and decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1370
    • 提供者:zhong
  1. DES_dencrypt_tools

    1下载:
  2. DES TDES CBC ECB加解密工具。-DES TDES CBC ECB encryption and decryption tool.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-05-04
    • 文件大小:94887
    • 提供者:cxsys
  1. ndes

    0下载:
  2. des 算法,支持ECB模式,强力推荐,希望有所帮助-des alg,support ECB mode
  3. 所属分类:CA program

    • 发布日期:2017-05-04
    • 文件大小:4486
    • 提供者:任鸣
  1. AesTest

    0下载:
  2. Aes加密解密算法,采用的AES编码:AES/ECB/PKCS5Padding -AES encode /decode:AES/ECB/PKCS5Padding
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-05
    • 文件大小:275442
    • 提供者:刘言
  1. FilesCrypt

    0下载:
  2. 用多种算法AES,DES等的多种模式CBC,ECB等实现文本的加解密-Text with a variety of algorithms to achieve multiple modes of encryption and decryption
  3. 所属分类:Network Security

    • 发布日期:2017-12-18
    • 文件大小:70905856
    • 提供者:zxy
  1. tiny-AES128-C-master

    0下载:
  2. This a small and portable implementation of the AES128 ECB and CBC encryption algorithms written in C.-This is a small and portable implementation of the AES128 ECB and CBC encryption algorithms written in C.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-21
    • 文件大小:11264
    • 提供者:Ainu
  1. 16262420AES

    0下载:
  2. 加密解密 AES 128bit ecb 好用(AES 128bit ecb haoyong)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:46080
    • 提供者:ASGAGG
  1. 59564363AES

    0下载:
  2. 此压缩包中为AES加密算法源代码,包含ECB,CBC,CFB等加密方式。(Rijndael (State, ExpandedKey) { AddRoundKey (State, ExpandedKey); for (i=1; i <Nr; i ++) Round (State, ExpandedKey+Nb* i); FinalRound (State, ExpandedKey+Nb*Nr) } Round (State, RoundKey) { ByteSub (Sta
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:6144
    • 提供者:hzw_wx
  1. aes

    1下载:
  2. AES算法的实现,VC++代码,支持ECB模式(Implementation of AES algorithm, VC++ code.)
  3. 所属分类:加密解密

    • 发布日期:2017-12-29
    • 文件大小:1203200
    • 提供者:heyjoe
  1. 15281081_实验二_DES

    0下载:
  2. C语言编程实现ECB工作模式下的DES加密和解密文本程序(C programming language to achieve ECB mode of DES encryption and decryption of text programs)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:4339712
    • 提供者:weiki meiki
« 1 2 3 4 56 »
搜珍网 www.dssz.com