资源列表
calc
- CRC32 cyclic redundancy code table driven algorithm with 32 bits width
Hide_the_text_in_the_picture
- 将文字隐藏于图片中; 只能加密英文字母; 详情请阅读压缩包里的readme.txt。-Hide the text in the picture Only English letters can be encrypted For more information, please read the readme.txt in the compressed package.
SM3
- sm3算法源码,.c,.h,需要自己验证-sm3 source code
SM3
- SM3密码杂凑算法.pdf及sm3算法源码,可以参考-sm3 source code
aes
- C++ code of the Advanced Encryption Standard (AES). This program doesn t have any mode of operation.
cryptanalyse
- Cryptanalyse vigenere
RequestCheckUtil
- 加密后的PHP文件,采用的算法是混淆加密-after update php file
danbiaofangshe
- 利用单表仿射加/解密程序对一段较长的英文文章进行加密,实现加解密效果-Using a single table affine encryption/decryption program for a longer period of English articles for encryption, decryption achieve results
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
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
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
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