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

搜索资源列表

  1. kenel_crypto

    0下载:
  2. 内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-cbc (des,des_ede3,aes,b
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:139861
    • 提供者:xf
  1. aes-1.0.6.tar

    0下载:
  2. aesutil是一个小型的库和命令行程序,可以使用Rijndael算法在CBC模式下加密和解密数据-aesutil is a small library and command line procedures, Rijndael algorithm can be used in CBC mode encryption and decryption of data
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:34207
    • 提供者:于杳
  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. mm

    1下载:
  2. 一个AES加解密工具,可以用指定的密码字符串加解密任意大小的文件。密钥长度128位,工作模式为CBC。算法比较原始,速度不快。另有演示AES加密过程的选项。程序为字符界面,支持命令行参数。开发环境为Code::Blocks 10.05(gcc 4.4.3)。此为某大密码学课程设计,仅供学习交流使用。-An Win32 console file encryption/decryption tool using the AES-128 CBC-mode algorithm.
  3. 所属分类:加密解密

    • 发布日期:2013-03-18
    • 文件大小:188453
    • 提供者:钱畅
  1. BlockCiyptTestApp

    0下载:
  2. 关于流密码加密,以及CBC,DES,AES等多种加密算法-On the stream cipher encryption, and the CBC, DES, AES and other encryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:193004
    • 提供者:zqfzqf2008
  1. CBC-AES

    0下载:
  2. CBC-AES MATLAB implementation for 128,192 and 256 bits
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:26731
    • 提供者:ikarigeorge
  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. Aes

    0下载:
  2. 128位AES加/解密函数Enciphering/Deciphering;CBC工作模式下的AES加/解密函数CBCEncrypt/CBCDecrypt。本密码算法的实现不仅是经典AES算法的实现,还采用动态S盒技术对其作出了改进,使其安全性更高,改进之处参考了《AES算法的S盒分析及改进探讨》一文。-128-bit AES encryption/decryption the function Enciphering/Deciphering the CBC operating mode AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:1172322
    • 提供者:fang
  1. AES_CBC

    1下载:
  2. c语言中的aes加密使用的cbc模式,网上这个都很少,快下载吧-c program aec cbc mode encryption ...
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-02
    • 文件大小:4185
    • 提供者:张云
  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. AES

    0下载:
  2. 实现在WP端silverlight的AES加密采用ECB加密方式和paddingpkcs#5的填充方式。 silverlight中的AESmanaged只有CBC加密方式和paddingpkcs#7的填充方式。-Achieve the WP side silverlight ECB encryption using AES encryption methods and paddingpkcs# 5 is filled. silverlight in AESmanaged only CBC e
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-23
    • 文件大小:3567
    • 提供者:
  1. AES-CBC_MAC

    0下载:
  2. AES with cbc mac, this is not the best but good enough to learn aes encryption
  3. 所属分类:Crypt_Decrypt algrithms

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

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

    • 发布日期:2017-04-12
    • 文件大小:616
    • 提供者:张三
  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. 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

    0下载:
  2. 基于DES五种加密,电码本模式(Electronic Codebook Book (ECB));2.密码分组链接模式(Cipher Block Chaining (CBC));3.计算器模式(Counter (CTR));4.密码反馈模式(Cipher FeedBack (CFB));5.输出反馈模式(Output FeedBack (OFB))(Five kinds of encryption based on DES .Electronic Codebook Book(ECB).Cipher
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:8192
    • 提供者:第三方df
  1. QtAES-v2.0

    0下载:
  2. 使用C++语言和Qt框架,基于Rijndael算法开发了AES加密软件和。 AES加密/解密软件支持8位、16位和32位密钥以及CBC、ECB、CFB三种加密/解密模式。 界面友好,可以方便地实现跨平台,数据处理迅速。 本项目使用git进行项目管理。(Using the C++ language and the Qt framework, the AES encryption software is developed based on the Rijndael algorithm. A
  3. 所属分类:家庭/个人应用

    • 发布日期:2018-04-23
    • 文件大小:2809856
    • 提供者:FLHonker
  1. aes_ecb_cbc

    2下载:
  2. 实现了aes128位加密的ecb和cbc模式,能在Linux上运行。(The ECB and CBC mode of aes128 bit encryption is implemented and can run on Linux.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2019-08-05
    • 文件大小:7168
    • 提供者:suy123
« 1 23 »
搜珍网 www.dssz.com