原文:http://www.yaosansi.com/post/1453.html
How to sign EXE using signtool with Verisign SPC and PVK on the command line?
run "signtool signwizard" to start the signing wizard.
1. File Selection: Choose the EXE you wish to sign (ie, yaosansi.com.exe)
2. Signing Options: Choose "Custom"
3. Signature Certificate: Click "Select from File" and choose "mycredentials.spc"
4. Private Key: Select "Private key file on disk" and choose "myprivatekey.pvk"
- Leave CSP at "Microsoft Strong Cryptographic Provider"
- Leave Provider Type at "RSA FULL"
5. Private Key Password: Enter "xxxxxxxxxx"
6. Hash Algorithm: Leave it at 'sha1'
7. Additional Certificates:
- Leave it at "All certificates in the certification path, including the root"
- Leave it at "No additional certificates"
8. Data Description: Enter the following:
- Description:yaosansi.com
- Web Location: http://www.yaosansi.com
9. Digital Signature Wizard:
- Enable "Add a timestamp to the data"
- Timestamp service URL: http://timestamp.verisign.com/scripts/timstamp.dll
- 这里还有两个免费的时间戳服务器
a.http://timestamp.wosign.com/timestamp
b.http://timestamp.comodoca.com/authenticode
* Note: This enables the signature to work forever; not sure
what this means but the Verisign guy was pretty excited about it
10. Review and click OK
11. Enter private key password: Enter "xxxxxxxxxxx"
12. Done!
相关文章:
白话数字签名(番外篇)——签名EXE文件(上)
白话数字签名(番外篇)——签名EXE文件(下)
签名工具 (SignTool.exe)
VS2010 昨天已经正式发布,中国是微软全球发布活动的第一站,但比较讽刺的是到目前为止却没有中文版的VS2010.
Microsoft Visual Studio 2010 Ultimate RTM – ISO 下载页面
ISO单碟下载 :
http://download.microsoft.com/download/2/4/7/24733615-AA11-42E9-8883-E28CDCA88ED5/X16-42552VS2010UltimTrial1.iso
Microsoft Visual Studio Team Foundation Server 2010 – ISO 下载页面
微软官方MSDN下载地址:http://www.microsoft.com/visualstudio/en-us/download
相关:
Visual Studio 2010全球发布会(51CTO视频图文实况)
TFS 2010 for SourceSafe Users
Tutorial: Getting Started with TFS in VS2010
Team Foundation Server 2010 – Basic Installation(张善友)
Visual Studio 2008试用版升级为正式版
Visual Studio 2005试用版升级为正式版
在小众软件上发现的此插件,看起来不错。
官方演示视频:Zen CSS 和 Zen HTML。另外,缩写的含义请看:Zen CSS Properties 和 Zen HTML Elements,各种插件的安装方法请看官方 wiki。
先举一个复杂的例子:zen-coding 可以把这样的代码:div#header>ul.navigation>li*4>a,变成下面的 HTML 代码
<div id=”header”>
<ul class=”navigation”>
<li><a href=”"></a></li>
<li><a href=”"></a></li>
<li><a href=”"></a></li>
<li><a href=”"></a></li>
</ul>
</div>
看到这熟悉的语法结构,会 CSS 的朋友一定会惊声尖叫!最妙的是那个“*4”,直接生成 4 个 li 代码了。
2009.05.25日晚,Igor Sysoev放出最近被广泛使用的轻量级Web服务器Nginx 0.7系列最新版本0.7.59,同时正式将0.7做为新的Stable稳定系列(0.7.0由19 May 2008开始开发),此前的稳定系列0.6为0.6.37。
IE6、IE7、IE8之IE多版本共存的几种方法一、单独安装(相对繁琐,不推荐) 使用IE6 Green、IE7 Standalone 及IE8 安装文件,分别安装各自的浏览器。 安装顺序:1、IE6 Green 2、IE7 Standalone 3、IE8 beta2