资源列表
src
- 用于国密4的加解密算法实现,采用verilog 语言,可进行vivado仿真,vivado版本是2013,结果经测试正常,适合从事相关行业的工作人员进行借鉴和开发。(The code is realized and simulated by verilog. The simulation result has been confirmed by the author. It is recommended to download by the researchers who are in the
superdic
- 功能丰富,操作简单。生成字典有密码位数限制,但是附带了合成两个字典的功能(Rich in function and easy to operate. The generated dictionary has a limited number of passwords, but comes with the ability to combine two dictionaries)
Matlab DEC
- DEC in MATLAB for WSN
MD5
- MD5是让大容量信息在用数字签名软件签署私人密匙前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。不管是MD2、MD4还是MD5,它们都需要获得一个随机长度的信息并产生一个128位的信息摘要。虽然这些算法的结构或多或少有些相似,但MD2的设计与MD4和MD5完全不同,那是因为MD2是为8位机器做过设计优化的,而MD4和MD5却是面向32位的电脑。(MD5 allows large capacity information to be compre
加密算法
- LabVIEW将密码加密算法实现,用于使用账户登录系统(LabVIEW code to login a system with account and passsword)
md5
- md5加密解密算法C语言实现,版权他人所有,侵删(md5 encryption and decryption algorithm C language to achieve, copyright others all, invaded)
interledger
- Interledger cryptocutrency whitepaper
RC4
- 一个简单的RC4加密算法,输入明文密钥得到密文(A simple RC4 encryption)
加密文件
- 对电脑中的文件夹进行加密,每次打开文件夹,需要输入密码(For computer to encrypt the folder, open the folder each time, need password)
An efficient image encryption
- 关于密码学方面的一篇文章,值得大学有机会学习(This is a good paper about encryption)
Shamir's Secret Sharing-JavaScript
- Shamir's Secret Sharing 秘密分享使用Javascr ipt实现(Shamir's Secret Sharing Secret Sharing USES Javascr ipt implementation)
rsa_encryption
- 通过rsa算法加密字符串,使用了gmp的库,代码将近200行(Through the RSA algorithm to encrypt the string, using the GMP library, the code is nearly 200 lines)