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

Search list

[Compress-Decompress algrithmsVBCrypto

Description: VBCrypto源码库大全源码,这是一个良好的编译算法,由如下算法组成:10种流行的加密算法(Blowfish, Twofish, Rijndael, Skipjack, Serpent, Gost, RC2, RC4, TEA, DES, 3DES, 3DES112, DESE, CAST5, IDEA),6种流行的单一的哈希算法(MD2, MD4, MD5, SHA, SHA256, RipeMD)以及一个huffman压缩算法。-The VBCrypto source libraries the Daquan source, which is a good compilation algorithms, composed by the following algorithm: 10 kinds of popular encryption algorithms (Blowfish, Twofish, Rijndael, Skipjack, Serpent is, Gost, RC2, RC4, TEA, DES, 3DES, 3DES112DESE, CAST5, and IDEA), the popular single hash algorithms (MD2, MD4, MD5, SHA, SHA256, RipeMD), and a huffman compression algorithm.
Platform: | Size: 563200 | Author: 盖小圈 | Hits:

[CA authRijndael

Description: aes rejendl aource cpde for this algorithem and in exe file with it 1234567852165
Platform: | Size: 3072 | Author: zoom | Hits:

[OtherRijndael

Description: 实现加密文件,加密字符串的aes的解密功能,字符串,文件的AES加密功能-Realization of aes encryption and decryption
Platform: | Size: 30720 | Author: kkkkkk | Hits:

[CSharpCryptoHelper

Description: 加解密字符串类。包括不可逆:MD5,SHA1;可逆:DES,Rijndael-Encryption and decryption of string class. Including irreversible: MD5, SHA1 reversible: DES, the Rijndael
Platform: | Size: 3072 | Author: lee | Hits:

[Windows DevelopRrijjndael_ani

Description: Rijndael,实现AES的算法,附带了了源代码与flash演示文件,讲解的非常详细! -Rijndael, the AES algorithm, with the source code and flash demo file, to explain the very detailed!
Platform: | Size: 60416 | Author: 宴会 | Hits:

[Windows DevelopCrijndael_AESo

Description: rijndael AES 比较经典的加解密算法,只只需要调用相应的函数就能实现对数据流或文件进行加解密。 -rijndael AES the classic encryption and decryption algorithm, only need to call the corresponding function will be able to achieve the data stream or file encryption and decryption.
Platform: | Size: 18432 | Author: sacri | Hits:

[Crack HackAES

Description: AES加密过程是在一个4×4的字节矩阵上运作,这个矩阵又称为“体(state)”,其初值就是一个明文区块(矩阵中一个元素大小就是明文区块中的一个Byte)。(Rijndael加密法因支持更大的区块,其矩阵行数可视情况增加)加密时,各轮AES加密循环(除最后一轮外)均包含4个步骤: 1.AddRoundKey — 矩阵中的每一个字节都与该次回合金钥(round key)做XOR运算;每个子密钥由密钥生成方案产生。 2.SubBytes — 通过一个非线性的替换函数,用查找表的方式把每个字节替换成对应的字节。 3.ShiftRows — 将矩阵中的每个横列进行循环式移位。 4.MixColumns — 为了充分混合矩阵中各个直行的操作。这个步骤使用线性转换来混合每内联的四个字节。 最后一个加密循环中省略MixColumns步骤,而以另一个AddRoundKey取代。 -AES encryption process operates on a 44 byte matrix, this matrix is ​ ​ also known as " body (state), its initial value is a plaintext block (matrix element size is expressly block Byte ). (Rijndael encryption support larger blocks, the number of rows of the matrix, depending on the circumstances increase) encryption, each round of AES encryption cycle (except for the last one) contains four steps: 1.AddRoundKey- matrix a byte with the second leg (round key), key do XOR operation each sub-key generated by the key generation program. 2.SubBytes- replaced by a non-linear function using a lookup table of each byte is replaced by the corresponding byte. 3.ShiftRows- each row of the matrix is ​ ​ a cyclic shift. 4.MixColumns- to be sufficiently mixed in the matrix, the operation of the respective straight. This step uses the linear conversion by mixing the four bytes of each inline. The last encryption cycle MixColumns step is omitted, and substituted with another A
Platform: | Size: 18432 | Author: zhangyi | Hits:

[Windows Developrrijjndaelalli

Description: rijndael(全).zip,已经通过AES认证。这这个源码包是全的,含有std -zip, rijndael (full). been certified by AES. This source package full, containing std
Platform: | Size: 6144 | Author: 李霞妮 | Hits:

[source in ebookAES--code

Description: AES范例实现,是论文《高级加密标准(AES)算法Rijndael的设计》附录的原始代码-The AES example implementation, the paper " design of the Advanced Encryption Standard (AES) algorithm Rijndael Appendix original code
Platform: | Size: 3072 | Author: tom | Hits:

[Crack HackAesEncrypt.cpp

Description: 高级加密标准(AES)的C++实现,AES又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准,用来替代原先的DES。-The Advanced Encryption Standard (AES) is a specification for the encryption of electronic data established by the U.S. NIST。
Platform: | Size: 6144 | Author: drawde | Hits:

[CA authRijndael

Description: Rijindeal 算法简介,其中包含有原本的算法简介,不同于简单的AES加密-Rijindeal
Platform: | Size: 242688 | Author: 秦湘 | Hits:

[Otherrijndael

Description: vb加密算法,不可逆,非常好,请大家笑纳-vb encryption algorithm, irreversible, very good, please kindly consider
Platform: | Size: 18432 | Author: wu_quanyi | Hits:

[Crack HackRijndael

Description: AES document (Proposal)
Platform: | Size: 220160 | Author: ccc | Hits:

[Internet-NetworkRijndael

Description: AES加密算法的具体实现,包括加密函数和解密函数-The concrete realization of the AES encryption algorithm, including encryption function and decryption function
Platform: | Size: 22211584 | Author: mushishi | Hits:

[OtherAES

Description: AES 128bit加解密简单实现,控制台输入明/密文和密钥,环境DEV C++。-AES 128bit, Rijndael
Platform: | Size: 5120 | Author: huangfan | Hits:

[Crack Hackrijndael2

Description: rijndael 加密算法 经典算法-rijndael
Platform: | Size: 44032 | Author: 金属 | Hits:

[Crack HackRSACrypt

Description: C# RSA加密解密 使用Rijndael算法(对称)加密数据,再用RSA加密Rijndael密钥。使用这种算法加密大文件时运算比较快。-C# RSA encryption and decryption using Rijndael algorithm (symmetric) encryption of data, then the RSA encryption Rijndael key.
Platform: | Size: 883712 | Author: 田韵豪 | Hits:

[Crack HackAESencrypt

Description: AES是经典的非对称加密算法,AES加密算法的C语言现实,代码可扩展性强-The Advanced Encryption Standard (AES) is a specification for the encryption of electronic data established by the U.S. National Institute of Standards and Technology (NIST) in 2001. Based on the Rijndael cipher developed by two Belgian cryptographers, Joan Daemen and Vincent Rijmen, who submitted a proposal which was evaluated by the NIST during the AES selection process.
Platform: | Size: 4096 | Author: liwen | Hits:

[Crack HackRijndael

Description: 用VB实现的AES算法实现对字符串、文件加密和解密,可以设置密钥和加密长度。-VB of AES algorithm, you can set the key and encryption length of the string, file encryption and decryption.
Platform: | Size: 29696 | Author: bangedian | Hits:

[Linux-Unixaes

Description: AES Rijndael cipher Modifications to public domain implementation: - support only 128-bit keys - cleanup.
Platform: | Size: 13312 | Author: kuefouzo | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 »

CodeBus www.codebus.net