资源列表
Centralized-symmetric-key
- 完成集中式对称密钥的分配工作 说明:作为通讯的双方A和B,都已经分别和KDC拥有会话密钥Ka和Kb,但A、B之间事先没有保密通道,需要依赖KDC为它们的会话分配临时密钥Ks。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。 要求: (1)JAVA语言编程实现,基于DES完成对称密码技术的加/解密(JAVA有库函数支持); (2)通信内容为一文本文件(test-1.t
tea.tar
- 完成tea的加密,解密.他实现了,TEA的加密,解密,并写好了头文件-I write a code, it can do something about the tea.
Vulnerability_CVE-2012-0056
- CVE-2012-0056是一个严重的Linux漏洞,可以导致本地用户提权。该漏洞同样影响了Android系统,这里给出利用代码~-CVE-2012-0056 Linux is a serious flaw that can cause local user privilege escalation. The vulnerability also affects the Android system, use the code given here ~
sha256
- s加密sghshrova;kfdngvajkrgal(rg a s th wr 6y h j fh k r 7t g h sg fs n yt h xv)
3.c
- 实现一种最基本的加密解密,是基于C语言的一种,并没有使用什么模式(To achieve one of the most basic encryption and decryption)
ELGamal
- 椭圆曲线密码,可用于非对称方法的加密解密等,在C程序上运行(Elliptic curve cryptography, can be used for asymmetric methods of encryption, decryption, etc., running on the C program)
SHA
- SHA算法源码,包括sha1和sha256的源码。(SHA algorithm source code)
OpenSSL解密2
- 基于OpenSSL的命令和API函数来解密RSA,包括一些大数运算(Decryption of some functions based on RSA OpenSSL)
DES
- 利用DES算法生成秘钥对文件进行加密和解密(Use DES to encrypt and decrypt)
src
- basic file encryption
pbcryptoclient110
- encryption in powerbuilder
MD4
- MD4杂凑算法的C程序,经测试可用,且可进行debug,用来验证其他加密工具的正确性。(MD4 hash algorithm C program, the test is available, and can be used to verify the correctness of debug and other encryption tool.)
