资源列表
DES
- DES算法理论说明,数据加密标准(DES)和三重数据加密算法(TDEA)(The selective application of technological and related procedural safeguards is an important responsibility of every Federal organization in providing adequate security to its electronic data systems. This publica
安全编码命令
- 各种注入命令、dos、nmap、还有注入网站的教程。(All kinds of injections, DOS, nmap, and web site tutorials.)
matlab programs
- Hill cipher Encrypt by using Hill cipher matlab code
FIDO Security Reference-20150514
- FIDO Security Reference-20150514
DES
- 一段DES加密代码,用VC实现,很基础,适合初学者学习(DES encryption code.)
20073132040295
- Pb读硬盘序列号和加密rsa算法 为了达到目的我们必须首先能够得到硬盘的序列号,其次,为了安全起见我们最好再选择一种加密算法,将加密后的硬盘的序列号作为密文公开 存放,软件通过解密得到明文,即硬盘的序列号,通过将解密后的硬盘序列号和实际的硬盘序列号相比较得出程序是否合法。这一步当然是由应用程 序秘密运行,用户根本不知道,从而达到软件的二次加密目的,同时也隐藏了软件的合法性识别过程,使破译者无从下手。下面就来谈谈如何具体实 现。(Pb reading hard disk serial nu
Rabin加密算法
- 用c++实现Rabin算法的加密和解密,大素数由程序自动生成(Using c++ to realize encryption and decryption of Rabin algorithm, large prime number is automatically generated by program.)
rc5
- RC5 Algorithms with Visual Basic 6.0
rc4 valin
- RC4 Algorithms with Visual Basic 6.0
des加密解密算法
- des加密解密算法,c语言版本des加密(DES encryption and decryption algorithm, C language version DES encryption)
DES加密与解密
- des加密算法的实现,DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢。(The symmetric cryptosystem in the DES algorithm for the password system, has been beca
AES_128
- AES加密算法实现,能够较好的用C语言实现AES加密算法(Implementation of AES encryption algorithm)