资源列表
4
- Cryptographic Hash Functions: A cryptographic hash function must have at least two security properties: collision free and Hiding. Collision free property ensures that for a given function H, no one can find x and y such that H(x) = H(y). The hid
prob3
- Miller-Rabin test is a primality test algorithm which determines whether a given number is prime or not. Implement Miller-Rabin primality test as given in the text book page 257, Algorithm 7.44. (aN− 1 6= 1 mod N) Write three functions to
md5
- 通过实现数字签名算法(DSA),加深对数字签名算法的理解,同时学习Hash算法的实现。 1)利用C\C++语言实现DSA算法。 2)DSA中的Hash函数采用SHA算法。 -By implementing the Digital Signature Algorithm (DSA), a better understanding of the digital signature algorithm, while learning to achieve Hash algorithm. 1
yiweijicunqi
- 1)利用C\C++语言实现给定的LFSR; 2)通过不同初始状态生成相应的序列,并观察它们的周期有什么特点; 3)利用生成的序列对文本进行加/解密 -1) using the C \ C++ language given LFSR 2) to generate the corresponding sequences different initial state, and observe what are the characteristics of their period 3
1
- 实现RSA算法。并对 I LOVE NANJING UNIVERSITY OF AERONAUTICS AND ASTRONAUTICS 加解密。说明:为了方便实现,分组可以小一点,比如两个字母一组。-Implement the RSA algorithm. And " I LOVE NANJING UNIVERSITY OF AERONAUTICS AND ASTRONAUTICS" encryption and decryption. Descr iption: In or
DES
- DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位,其功能是把输入的64位数据块按位重新组合,并把输出分为L0 、R0两个部分,每部分各长32位.-The DES algorithm 64-bit input block of plaintext into a 64-bit output ciphertext block, it uses the key is 64, the function of which is 64-bit block of input dat
danbiaofangshe
- 利用单表仿射加/解密程序对一段较长的英文文章进行加密,实现加解密效果-Using a single table affine encryption/decryption program for a longer period of English articles for encryption, decryption achieve results
RequestCheckUtil
- 加密后的PHP文件,采用的算法是混淆加密-after update php file
cryptanalyse
- Cryptanalyse vigenere
aes
- C++ code of the Advanced Encryption Standard (AES). This program doesn t have any mode of operation.
SM3
- SM3密码杂凑算法.pdf及sm3算法源码,可以参考-sm3 source code
SM3
- sm3算法源码,.c,.h,需要自己验证-sm3 source code