飞越草原

我的草原,我的梦
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年1月19日

摘要: 最近涉及到项目中有采用.NET作为开发平台,因为之前对.NET的了解并不清楚,所以证书的部分信息读取可以,但在国家定义的扩展信息的内容时没有成功。最近重新看了微软的说明以及从网上找了部分信息,整理出来了读取证书扩展域信息的方法。 using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.H 阅读全文

posted @ 2011-01-19 15:48 木头's 阅读(697) 评论(0) 推荐(0) 编辑

2008年9月17日

摘要: 最近因为有个项目,对方采用APACHE+TOMCAT方式进行应用配置。之前对于APACHE+TOMCAT合作方式并不是很了解,通过GOOGLE基本了解后开始了试验环境搭建及测试。从各方面文档看主要配置手段可以分为JK和ProxyPass方式。还有一种AJP我没有找到合适的配置文档,所以没有成功。这里我只介绍前两种的配置方法。一、环境准备 apache2.0.63(OPENSSL) + tomcat... 阅读全文

posted @ 2008-09-17 10:05 木头's 阅读(1143) 评论(0) 推荐(0) 编辑

2007年8月16日

摘要: ''''''''''''''''''''''''''''''''''''''''''''''''''''''Copyright (C) 2004 Hitachi East Japan Solutions,Ltd.'Product: eMailKit Utility Ver. 1.0.2.3'S/MIME Decrypting And Verifying, Sample Implementation... 阅读全文

posted @ 2007-08-16 17:53 木头's 阅读(457) 评论(0) 推荐(0) 编辑

摘要: This demonstrates possibilities on encrypting, signing, verifying message using the Capicom ActiveX and javascript in a webbrowser. An ASP.NET developers can take note of this technique when you want ... 阅读全文

posted @ 2007-08-16 17:43 木头's 阅读(935) 评论(0) 推荐(0) 编辑

摘要: using System;using System.Collections;using System.Security.Cryptography.x509Certificates;using interop.capicom;namespace CAPIComWrapper{ ///<summary> /// Provides methods to interact with Windo... 阅读全文

posted @ 2007-08-16 17:32 木头's 阅读(482) 评论(0) 推荐(0) 编辑

摘要: Introduction:The cryptography support included with .NET Framework 1.1 and 1.0 does not include support for accessing Windows cryptographic certificate stores. While support for hashing, encryption an... 阅读全文

posted @ 2007-08-16 17:31 木头's 阅读(1118) 评论(1) 推荐(0) 编辑

摘要: CAPICOM中的重要对象如下,会用到,而且也只用到这些:CAPICOM.Store //证书库对象CAPICOM.Certificates //证书集合对象CAPICOM.Certificate//单个证书对象CAPICOM.Signer //签名者对象CAPICOM.SignedData (重中之重)//签名后的数据由于签名是在客户端完成的,所以,只能用客户端脚本来写(以VBSCRIPT为例)... 阅读全文

posted @ 2007-08-16 16:59 木头's 阅读(795) 评论(1) 推荐(0) 编辑

摘要: 来源:赛迪网 作者:李素科 (转载序:网上找的好文章,一篇就把我找了几天的所有东西都概括进来了,真是非常感谢作者:李素科 其实在找资料的过程当中,主要没解决的问题在于如何获得KeyStore文件中的PrivateKey,本来查jsdk 1.4 api文档就可以知道了,但是居然从上到下看了2遍,没有发现这个方法:load() .......)证书(Certificate,也称public-key ... 阅读全文

posted @ 2007-08-16 16:50 木头's 阅读(4834) 评论(3) 推荐(0) 编辑

2007年7月27日

摘要: 一、Apache2 with SSLTLS二、ApacheMySQLPHPSSL服务器之完全安装攻略三、SecuringApache四、SecuringMySQL五、SecuringPHP 阅读全文

posted @ 2007-07-27 09:32 木头's 阅读(243) 评论(0) 推荐(0) 编辑

2006年8月17日

摘要: 作为电子商务信息安全的关键技术和基础技术的PKI/CA技术,对其体系的研究受到各国的重视,从90年代初期以来,美国、加拿大、英国、德国、日本和新加坡等国相继开展了可信第三方认证体系的研究和建设工作。以美国、加拿大为例,通过对他们的体系结构的研究,我们可以从中得到一些启示,为我国商业 PKI/CA体系结构的研究提供宝贵的经验。一、 美国联邦PKI体系结构1.1、美国联邦PKI体系结构的描述  美国联... 阅读全文

posted @ 2006-08-17 18:12 木头's 阅读(2695) 评论(0) 推荐(0) 编辑