Welcome![Sign In][Sign Up]
Location:
Search - ecb

Search list

[SourceCode对称算法 3DES CBC ECB MAC

Description: 对称算法 3DES CBC ECB MAC
Platform: | Size: 1431200 | Author: lygzz126@126.com | Hits:

[OS programecb

Description: ecc builder
Platform: | Size: 579584 | Author: 符弘 | Hits:

[OtherTripleDes算法de实现

Description: 之前,我在一个项目开发过程中,涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码,发现大部分的代码在算法的实现上不够严谨,或者小有偏差,特别是对3DES的两种模式:ECB,CBC都罕有涉及。此版本提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。-Before, I in a project development process, involving the TripleDES algorithms, in the realization of the process, I also made reference to a forum on the existing 3DES code and found that most of the code in the algorithm for the realization of loosely, or small deviations, especially for 3DES of two modes: ECB, CBC are rarely involved. This version provided by TripleDES 3DES can be achieved in two modes of 2key/3key increases, decryption. Optimized in terms of speed and memory control are optimized.
Platform: | Size: 7168 | Author: 无可厚非 | Hits:

[OtherCalculate1

Description: 密码学算法的实现,包括得到大随机数,CFB、ECB、lehmann算法的实现。-cryptography algorithm implementation, including access to large random number, CFB, and the ECB, LEHMANN algorithm implementation.
Platform: | Size: 2048 | Author: 李风 | Hits:

[Crack Hackdes3_ECBandCBC

Description: 这是一个DES加解密的C程序。其中实现了一重DES、三重DES、DES的两种工作模式:ECB和CBC。-This is a DES encryption and decryption of the C program. With an emphasis on the realization of DES, Triple DES, DES two operating modes : ECB and the CBC.
Platform: | Size: 34816 | Author: 宋亚平 | Hits:

[Crack HackDESandCBC

Description: DES算法,包含有标准DES算法以及CBC,ECB模式,编译用VC++.-DES algorithm, includes standard DES algorithm and CBC, ECB mode, compile VC.
Platform: | Size: 87040 | Author: 谢志东 | Hits:

[Crack HackDES_BMP

Description: 利用DES算法(包括ECB和CBC模式)加解密BMP图像-using DES algorithm (including the ECB and the CBC mode) encryption BMP images
Platform: | Size: 301056 | Author: pouch | Hits:

[Crack Hackdes

Description: 在vc++上实现的des算法。并且能对任何文件进行加密,加密模式是ECB来加密的。-In vc++ To achieve the des algorithm. And any document can be encrypted, encryption mode is ECB to encryption.
Platform: | Size: 288768 | Author: 方慧 | Hits:

[Crack HackDES-PIC-ECB

Description: DES加密方法加密BMP图像,ECBC方式实现。-DES encryption BMP image encryption method, ECBC way.
Platform: | Size: 64512 | Author: Rex | Hits:

[Crack Hackmodes

Description: 1. 分析ECB模式和CBC模式的加密过程。 2. 用程序设计语言将算法过程编程实现。 3. 输入明文:I do like this book 加密算法E:异或⊕,密钥为cryption; 移位,密钥为5 两种填充模式:(1)0 (2)密文挪用 初始化向量IV:goodluck 用两种模式进行加密,输出相应的密文。 -1. Analysis of ECB mode and CBC mode of encryption process. 2. Used programming language programming to realize the algorithm process. 3. Enter explicitly: I do like this book encryption algorithm E: XOR ⊕, key for cryption shift, key for 5 filled two modes: (1) 0 (2) misappropriated Ciphertext initialization vector IV : goodluck with two modes for encryption, the output corresponding ciphertext.
Platform: | Size: 2048 | Author: 陈觅尘 | Hits:

[Crack HackDES

Description: des的完整实现,采用ecb模式可直接进行加密和解密的演示-des realize a complete, ecb mode can be directly used for encryption and decryption demo
Platform: | Size: 126976 | Author: qqtt | Hits:

[Crack HackDESdemo

Description: 自己编写的DES加密/解密完整源程序, Windows界面.是用VC6MFC编写的.包括ECB和CBC两种模式.-I have written DES encryption/decryption complete source code, Windows interface. VC6MFC is prepared. Including the ECB and CBC mode.
Platform: | Size: 58368 | Author: | Hits:

[OtherCYPTO

Description: 介绍分组密码的工作模式,包括CBC,OFB,CFB,ECB-Introduced the block cipher mode of operation, including the CBC, OFB, CFB, ECB
Platform: | Size: 198656 | Author: 李为 | Hits:

[File FormatAES_DES_Workmode

Description: 对称/分组密码一般分为流加密(如OFB、CFB等)和块加密(如ECB、CBC等)。对于流加密,需要将分组密码转化为流模式工作。对于块加密(或称分组加密),如果要加密超过块大小的数据,就需要涉及填充和链加密模式,文中提到的ECB和CBC等就是指链加密模式。 本文将要介绍了AES对称加密/分组加密/流密码及其ECB、CBC、CFB、OFB和CTR五种对称加密模式。-Symmetric/block ciphers are generally divided into stream encryption (eg, OFB, CFB, etc.) and block encryption (such as ECB, CBC, etc.). For streaming encryption, block cipher needs to be translated into the work flow model. The encryption block (or block cipher), If you want to encrypt the data block size more than on the need to involve filling and chain encryption mode, the text referred to, such as ECB and CBC encryption mode refers chain. This paper will be introduced the AES symmetric encryption/packet encryption/stream cipher and the ECB, CBC, CFB, OFB and CTR mode in five symmetric encryption.
Platform: | Size: 382976 | Author: 王纪 | Hits:

[Crack Hackscrypt32.src

Description: 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.
Platform: | Size: 17408 | Author: LamiaD69 | Hits:

[Crack Hackcryptopp

Description: AlgorithmType: SymmetricCipher Name: AES/ECB Source: NIST Special Publication 800-38A Plaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f69f2445df4f9b17ad2b417be66c3710 Comment: F.1.1 ECB-AES128.Encrypt Key: 2b7e151628aed2a6abf7158809cf4f3c Ciphertext: 3ad77bb40d7a3660a89ecaf32466ef97 f5d3d58503b9699de785895a96fdbaaf 43b1cd7f598ece23881b00e3ed030688 7b0c785e27e8ad3f8223207104725dd4 Test: Encrypt Comment: F.1.3 ECB-AES192.Encrypt Key: 8e73b0f7da0e6452c810f32b809079e562f8ead2522c6b7b Ciphertext: bd334f1d6e45f25ff712a214571fa5cc 974104846d0ad3ad7734ecb3ecee4eef ef7afd2270e2e60adce0ba2face6444e 9a4b41ba738d6c72fb16691603c18e0e Test: Encrypt Comment: F.1.5 ECB-AES256.Encrypt Key: 603deb1015ca71be2b73aef0857d77811f352c073b6108d72d9810a30914dff4 Ciphertext: f3eed1bdb5d2a03c064b5a7e3db181f8 591ccb10d410ed26dc5ba74a31362870 b6ed21b99ca6f4f9f153e7b1beafed1d 23304b7a39f9f3ff067d8d8f9e24ecc7 Test: Encrypt-AlgorithmType: SymmetricCipherName: AES/ECBSource: NIST Special Publication 800-38APlaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f69f2445df4f9b17ad2b417be66c3710Comment: F.1.1 ECB-AES128.EncryptKey: 2b7e151628aed2a6abf7158809cf4f3cCiphertext: 3ad77bb40d7a3660a89ecaf32466ef97 f5d3d58503b9699de785895a96fdbaaf 43b1cd7f598ece23881b00e3ed030688 7b0c785e27e8ad3f8223207104725dd4Test: EncryptComment: F.1.3 ECB-AES192.EncryptKey: 8e73b0f7da0e6452c810f32b809079e562f8ead2522c6b7bCiphertext: bd334f1d6e45f25ff712a214571fa5cc 974104846d0ad3ad7734ecb3ecee4eef ef7afd2270e2e60adce0ba2face6444e 9a4b41ba738d6c72fb16691603c18e0eTest: EncryptComment: F.1.5 ECB-AES256.EncryptKey: 603deb1015ca71be2b73aef0857d77811f352c073b6108d72d9810a30914dff4Ciphertext: f3eed1bdb5d2a03c064b5a7e3db181f8 591ccb10d410ed26dc5ba74a31362870 b6ed21b99ca6f4f9f153e7b1beafed1d 23304b7a39f9f3ff067d8d8f9e24ecc7Test: Encrypt
Platform: | Size: 716800 | Author: 冯坚 | Hits:

[JSP/JavaThreeDes

Description: *北京联通全网有关网上订购和点播接口URL加密算法 * *采用3DES加密, ECB模式/使用PKCS7方式填充不足位, *目前给的密钥是192位(24个字节)经过BASE64编码后的可见字符串-* Beijing Unicom, the whole network of the online ordering and on-demand interface URL encryption algorithm** using 3DES encryption, ECB mode/PKCS7 way to use less than filling, and give the keys* currently are 192 (24 bytes) after BASE64 encoded visible string
Platform: | Size: 1024 | Author: tulip | Hits:

[Crack HackECB

Description: 通过输入参数可以分别实现ECB,CBC模式下的加密和解密。-Parameters can be achieved by entering the respective ECB, CBC mode encryption and decryption.
Platform: | Size: 350208 | Author: zp | Hits:

[Otherecb+cbc+des

Description: 应用ECB和CBC两种操作模式分别完成DES(Two modes of operation, ECB and CBC, are applied to complete the DES)
Platform: | Size: 265216 | Author: wzt11 | Hits:

[微信小程序AES加密ECB模式js库

Description: 微信小程序AES加密ECB模式js库,可以直接使用,网站很多都不是ECB模式,这个是项目总自己用的。微信小程序AES加密ECB模式js库.7z(Wechat applet AES encrypts the JS Library of ECB mode, which can be used directly. Many websites are not ECB mode, which is always used by the project itself. Wechat applet AES encryption ECB mode JS library.7z)
Platform: | Size: 5120 | Author: 昱皓 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net