搜索资源列表
openssl
- openSSL是Secure Socket Layer(安全套接层协议)的缩写,可以在Internet上提供秘密性传输。本书介绍OpenSSL的一些功能及指令-openSSL is a Secure Socket Layer (Secure Sockets Layer Protocol) of the acronym, you can provide the secret nature of Internet transmission. This book describes some of t
inter-domain-test
- Xen 域间通信的访问控制的例子,主要用于TPM的域间密钥共享协同。在Xen/Linux上实现的一个原型系统。-In this thsis, we introduce a TPM based trust scheme and secure protocol for VM, and develop a prototype system of the secure protocol for Xen/Linux virtualization system. The trust scheme can p
Cryptanalysis-INCrypt32-of-iCLASS
- Cryptanalysis of INCrypt32 in HID s iCLASS Systems ChangKyun Kim, Eun-Gu Jung, Dong Hoon Lee, Chang-Ho Jung, and Daewan Han Category / Keywords: secret-key cryptography / INCrypt32, HID s iCLASS, RFID, reverse engineering, chosen message at
openssl-0.9.8x.tar
- OpenSSL整个软件包大概可以分成三个主要的功能部分:密码算法库、SSL协议库以及应用程序,支持Linux、Windows、BSD、Mac、VMS等平台,Apache使用它加密HTTPS,OpenSSH使用它加密SSH-The whole OpenSSL package probably can be divided into three main parts: the cryptographic algorithm library, SSL protocol library and appl
diffie_hellman
- Implement Diffie-Hellman Key exchange protocol and demonstrate that at the end, both person will have a common Key. Do the following: 1. Set a variable p ( e.g. p = 37) and g (e.g. g = 5). 2. Generate a, a random number mod p. Now generate A,