搜索资源列表
Rijindael
- 对称密码体制的发展趋势将以分组密码为重点。分组密码算法通常由密钥扩展算法和加密(解密)算法两部分组成。密钥扩展算法将b字节用户主密钥扩展成r个子密钥。加密算法由一个密码学上的弱函数f与r个子密钥迭代r次组成。混乱和密钥扩散是分组密码算法设计的基本原则。抵御已知明文的差分和线性攻击,可变长密钥和分组是该体制的设计要点。
DES
- des (1)初始置换 (2)16轮f函数迭代-des (1) the initial displacement (2) 16 f function iteration
DES
- DES是一个迭代分组密码,它使用56比特长度密钥加密64比特长度明文获得64比特长度的密文。它的轮函数使用的是Feistel结构,迭代的轮数为16轮。-DES is an iterated block cipher, it uses 56 bits encryption key 64 bits 64 bit length plaintext ciphertext. Its round function is using the Feistel structure, iterative round
fractal
- 1. 分形插值 2. 洛伦茨函数 3. 迭代函数系统 4. Julia 分形 5. MB分形-Fractal interpolation. Lorenz function iterated function systems 4. Julia Fractal 5 MB fractal
sha1
- 实现sha1函数。特点是速度快。适合多次迭代中使用,已经接口,可以直接调用。-Achieve sha1 function. Characterized by fast. Suitable to use iterations has interfaces that can be called directly.
SM4-in-single-Feistl-Iteration
- 单轮迭代结构SM4算法实现,该电路结构通过一个复合域轮函数的迭代实现整个SM4加密过程,具有非常小的资源消耗。-Single iteration structure SM4 algorithm, the circuit structure achieves the entire encryption process SM4 domain by iterating a complex round function, with a very small resource consumption.
SHA
- 安全哈希算法(SHA-1) 具有169bite消息摘要的迭代hash函数,学生原创 《密码学原理与实践》安全hash算法 sha-1 实现 -The Secure Hash Algorithm (SHA-1) has an iterative hash function with a 169bite message digest. The student s original cryptography principle and practice safe hash algorithm sh