搜索资源列表
16位CRC算法
- 16位CRC:生成CRC16表(256项),用于快速查表计算 // 在程序初始化时就先调用,预先生成CRC16Tab[256]查表数据-16 CRC : formation CYXLIC REDUNDANCY (256), Fast look-up table for calculation / / initialization procedure on first call, pre-generation CRC16Tab [256] Lookup Data
hw4tambd
- CRC via table lookup
CRC8_asm
- CRC-8 with lookup table in assemble code. Fast but bigger.
dictionary
- 字典查找的程序,密码破译,主要使用字符匹配及字典查找-Dictionary lookup program, code-breaking, the main character matches and use the dictionary to find
hash
- hash算法,比较2中算法的特点: 1、传统的根据逐个比较 2、根据hash定位,字符串查找-hash algorithm String lookup
AES
- AES加密过程是在一个4×4的字节矩阵上运作,这个矩阵又称为“体(state)”,其初值就是一个明文区块(矩阵中一个元素大小就是明文区块中的一个Byte)。(Rijndael加密法因支持更大的区块,其矩阵行数可视情况增加)加密时,各轮AES加密循环(除最后一轮外)均包含4个步骤: 1.AddRoundKey — 矩阵中的每一个字节都与该次回合金钥(round key)做XOR运算;每个子密钥由密钥生成方案产生。 2.SubBytes — 通过一个非线性的替换函数,用查找表的方式把每个
Md5Lib
- 包含多字节和UNICODE字符集两种版本的MD5静态库。自己用的,清理机子,就发上来保存。也方便初学的查找使用。-MD5 static library contains two versions of the multi-byte and UNICODE character sets. They used to clean the machine, made up the save. Beginner lookup is also convenient to use.
RainbowApplication
- A rainbow table is a precomputed table for reversing cryptographic hash functions, usually for cracking password hashes. Tables are usually used in recovering the plaintext password, up to a certain length consisting of a limited set of characters. I
aes_128_192_256_latest.tar
- Even though this implementation is fully operational, (i. e. it can be utilized to encrypt arbitrarily chosen plaintext into ciphertext and vice versa), the main optimization parameter of this implementation has not been execution speed but under
wgl_aes
- AES加密算法实现,用到了查表,速度更快(AES encryption algorithm implementation, using the lookup table, faster)
