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

搜索资源列表

  1. aes.js

    0下载:
  2. nodeJs版aes加密解密,使用AES/CBC/PKCS5Padding模式,可以跨Android,Java,IOS平台使用.支持128或256位密钥.-AES encryption-decryption witch
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1576
    • 提供者:sike
  1. DES

    0下载:
  2. DES加密解密,使用CBC向量模式的DES加密解密程序-DES encryption and decryption, using the vector mode CBC DES encryption and decryption procedures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:9417
    • 提供者:赵一
  1. bab6

    0下载:
  2. this section talks about stream code system such as bitmap, CBC, CFB and so on.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:8276
    • 提供者:su
  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. demo

    0下载:
  2. php加密模式:AES/CBC/PKCS5Padding-php:AES/CBC/PKCS5Padding,AES BASE64 abcdefghigklmnopqrstuvwxyz0123456789
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:616
    • 提供者:张三
  1. AESEncrpt

    0下载:
  2. AES 加密生成16进制字符串,可兼容c#进行减密,数据填充方式CBC,数据填充值Zeros
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:2679271
    • 提供者:冀海
  1. securty

    0下载:
  2. Use either C++ or C# to encrypt and visualize an Image using ECB , CBC , CFB , OFB and CTR DES modes. -Use either C++ or C# to encrypt and visualize an Image using ECB , CBC , CFB , OFB and CTR DES modes.
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:86002
    • 提供者:programmer
  1. jce_policy-8

    2下载:
  2. aes base64 decode cbc ecb -it s a book
  3. 所属分类:File Formats

    • 发布日期:2016-09-16
    • 文件大小:8192
    • 提供者:yyq
  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. destest

    0下载:
  2. DES 加密解密文件,用户输入自己定义的密码,使用CBC模式进行加密-DES encryption and decryption files, enter their user-defined password, use CBC mode for encryption
  3. 所属分类:Network Security

    • 发布日期:2017-05-04
    • 文件大小:4360
    • 提供者:CE ZHANG
  1. gaojiyuyuan-cod

    0下载:
  2. 一段高级语言,很难看懂,慢慢力解,大家一起远就,OOOOOOOHJDJCJHJ.-CBC CABJ HJABDAJHDBBB AJHCBHBCB C ZCBDJSBHJDBSVC
  3. 所属分类:Development Research

    • 发布日期:2017-05-05
    • 文件大小:50845
    • 提供者:屏凤
  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. Pythonaescode

    0下载:
  2. AES 采用 CBC 模式,秘钥长度为 32 个字节,数据采用 PKCS#7 填充;PKCS#7:K 为秘钥字节 数(采用 32),buf 为待加密的内容,N 为其字节数。Buf 需要被填充为 K 的整数倍。在 buf 的尾部 填充(K-N K)个字节,每个字节的内容是(K- N K)-aes code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-05
    • 文件大小:6094
    • 提供者:zhao
  1. AES

    0下载:
  2. 使用ECB,CBC,CFB,OFB,CTR五种模式进行AES加密解密-AES mode ECB,CBC,CFB,OFB,CTR
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-05
    • 文件大小:4364
    • 提供者:li
  1. FileCrypter

    0下载:
  2. 文件加密器。加密算法和模式以及填充模式使用:AES/CBC/PKCS#5;迭代开始时有初始化向量iv的参与。 由于要以用户输入的口令作为密钥生成密钥,所以用到了基于用户的密钥生成算法。将用户输入的密码和伪随机的盐值salt。 *注释十分详细。-this is a tiny tool for encrypt any file in any format using AES under CBC module with PKCS#7(PADDING MODULE)。Users can the
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:55902
    • 提供者:沈昊源
  1. HD2017Tool

    0下载:
  2. CBC、EBC模式下的DES、3DES算法,MAC算法,十六进制字符串与二进制字符串相互转化-CBC, EBC mode DES, 3DES algorithm, MAC algorithm, hexadecimal string and binary string mutual conversion
  3. 所属分类:Algorithm

    • 发布日期:2017-05-28
    • 文件大小:10536591
    • 提供者:刘慧娇
  1. wcja

    0下载:
  2. 一个PL0的原代码,用CBC开发,请铁更改,不错-The original code, a PL0 with CBC development, please change, good
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:60416
    • 提供者:bukttnr
  1. test_sm4

    0下载:
  2. sm4加解密c语言源码。 对网上最常见的源码(原代码下载链接:http://www.pudn.com/downloads659/sourcecode/others/detail2676934.html)进行了修改完善。该下载原代码中,输入数据大于16字节,cbc模式加密后,再次解密将出现错误。 错误原因为cbc模式下原代码对初始变量的不当使用导致。-Sm4 encryption and decryption c language source. The most common sou
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-15
    • 文件大小:13312
    • 提供者:liubio0
  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. 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 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com