搜索资源列表
2
- This program is about taking a sentence and somehow concealing it within a body of text and then subsequently being able to retrieve it. I.e. if you were to send someone the file, it would just look like the book and you d not notice that it containe
PKI
- 一本讲述PKI系统的权威性书籍《公共基础设施PKI:实现和管理电子安全》-this is a good book
code
- 应用密码学这本书的源代码,很难找,用C编写的,很好懂-Applied Cryptography This book s source code, it is difficult to find, using C prepared, well understood
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
Fundamente-matematice-in-criptografie
- It is a very important cryptography book
Type-2_Fuzzy_Logic_in_Intelligent_Control_Applica
- A Book about Type-2 Fuzzy Logic in Intelligent Control Applications
HASP4USB
- 本人已经编译转换为记事本文件,可用作注册文件使用。-I have already edited and translated the conversion as date book document, can used to register a document use.
prob3
- Miller-Rabin test is a primality test algorithm which determines whether a given number is prime or not. Implement Miller-Rabin primality test as given in the text book page 257, Algorithm 7.44. (aN− 1 6= 1 mod N) Write three functions to