最新文章列表

openssl ruby centos

Fixing the openssl extension after the ruby installation. # yum install openssl-devel.i686 openssl.i686 # cd /path/to/ruby_install_package/ext/openssl/ # ruby extconf.rb --with--openssl=/usr/bin/ope ...
coolesting 评论(1) 有999人浏览 2011-09-07 17:47

openssl for windows tomcat

  ------------------- openssl for windows -------------------   一、生成CA证书 1.生成私钥 openssl genrsa -des3 -out ca.key   2.创建证书请求 openssl req -new -out ca.csr -key ca.key -config openssl.cnf   3. ...
zlbabel 评论(0) 有1982人浏览 2011-08-25 18:16

Java加密技术(十一)——双向认证

对于双向认证,做一个简单的描述。 服务器端下发证书,客户端接受证书。证书带有公钥信息,用于验证服务器端、对数据加密/解密,起到OSI五类服务的认证(鉴别)服务和保密性服务。 这只是单向认证,为什么?因为客户端可以验证服务器端,但服务器端不能验证客户端! 如果客户端也有这样一个证书,服务器端也就能够验证客户端,这就是双向认证了! 换言之,当你用银行的“U盾”之类的U盘与银行账户交互时,在你验证银行 ...
snowolf 评论(7) 有34583人浏览 2009-11-05 23:06

最近博客热门TAG

Java(141744) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54919) .net(54785) Web(54514) 工作(54118) Linux(50905) Oracle(49875) 应用服务器(43289) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37267) 数据结构(36424)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics