搜索资源列表
一个象棋的源代码(for CBC)
- 一个cbc下的象棋程序源代码,算法很强! 智能性很强!-a cbc the chess program source code, algorithm strong! Highly intelligent!
DES-PIC-CBC
- DES加密方法加密BMP图像,CBC方式实现。
CBC-AES
- aes cbc mode source code
CBC-DES
- 这是一个密码学实验的程序,主要是根据CBC和DES算法进行加密数据
对称算法 3DES CBC ECB MAC
- 对称算法 3DES CBC ECB MAC
AES_DES_Workmode.rar
- 对称/分组密码一般分为流加密(如OFB、CFB等)和块加密(如ECB、CBC等)。对于流加密,需要将分组密码转化为流模式工作。对于块加密(或称分组加密),如果要加密超过块大小的数据,就需要涉及填充和链加密模式,文中提到的ECB和CBC等就是指链加密模式。 本文将要介绍了AES对称加密/分组加密/流密码及其ECB、CBC、CFB、OFB和CTR五种对称加密模式。,Symmetric/block ciphers are generally divided into stream encryption
DES.rar
- DES的加密算法,基于五种方式的实现,分别是CBC,ECB,CFB,OFB,CTR,DES encryption algorithm, based on the realization of five ways, namely CBC, ECB, CFB, OFB, CTR
Desalgorithm.rar
- DES加解密算法程序。包括DES、DES-CBC、3DES、3DES-CBC等算法。,DES algorithm for encryption and decryption process. Including DES, DES-CBC, 3DES, 3DES-CBC algorithm and so on.
rc_rnd
- Rijndael algorithm修正了CBC下BUG的版本(有源代码)工作在:D5。作者:Sergey Kirichenko。--Rijndael algorithm that has revised BUG version under CBC(with source code).It works in D5. author:Sergey Kirichenko。
ECB
- 通过输入参数可以分别实现ECB,CBC模式下的加密和解密。-Parameters can be achieved by entering the respective ECB, CBC mode encryption and decryption.
DES
- des cbc mode for vc 6
encrypt.tar
- 简单加密工具升了下级,引入了安全删除原文件的方式,使用AES-128-CBC加密, 加密代码从OpenSSL里面抠出来。-Simple encryption tool or a lower level, the introduction of a safety way to delete the original document, using AES-128-CBC encryption, encryption code to pull out from inside OpenSSL.
scrypt32.src
- The dinamyc link library that contains an implementation of SHA1, SHA512, CRC32, CRC32b, Adler32, Twofish, TEA[N] algorithms and ECB, CBC, CFB, OFB, CTR cipher modes.
DES_CBC
- this code implements the DES with CBC algorithm in the platform visual studio 2005
(Clanguage)
- CBC模式的DES加密解密程序源代码(C语言)-CBC mode DES encryption and decryption of the source code (C language)
Symmetric_encryption_Stream_encryption_CBC_RSA_DH.
- 对称加密解密,流加密,CBC加密解密,RSA加密算法,DH公钥和私钥算法-Symmetric encryption and decryption, stream encryption, CBC encryption and decryption, RSA encryption algorithm, DH public key and private key algorithm
CBC
- this the CBC code in java-this is the CBC code in java
CBC-S-DES
- CBC模式--S-DES 实现 简单DES算法CBC模式的实现 C++环境-CBC mode--S-DES implementation
ecb+cbc+des
- 应用ECB和CBC两种操作模式分别完成DES(Two modes of operation, ECB and CBC, are applied to complete the DES)
C++ 利用openssl实现DES的CBC模式加解密
- C++ 利用openssl实现DES的CBC模式加解密(C++ uses OpenSSL to implement CBC mode encryption and decryption of DES)