<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>猪在笑 &#187; 安全技术</title>
	<atom:link href="http://www.huangwei.me/blog/category/%e5%ae%89%e5%85%a8%e6%8a%80%e6%9c%af/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.huangwei.me/blog</link>
	<description>暇时吃紧，忙里偷闲</description>
	<lastBuildDate>Thu, 19 Jan 2012 01:59:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>分享1个Linux命令lsof</title>
		<link>http://www.huangwei.me/blog/2011/08/17/lsof-and-fuser/</link>
		<comments>http://www.huangwei.me/blog/2011/08/17/lsof-and-fuser/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 05:06:09 +0000</pubDate>
		<dc:creator>c4pr1c3</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[安全技术]]></category>

		<guid isPermaLink="false">http://www.huangwei.me/blog/?p=444</guid>
		<description><![CDATA[今天微博上看到一篇文章，叫做《<a href="http://linuxtoy.org/archives/10-linux-commands-youve-never-used.html" target="_blank">你从未用过的 10 条 Linux 命令？</a>》，原文也不长，转过来也不费事。

== 以下内容是转载，版权归原作者所有 ==
这 10 条 Linux 命令依次是：

pgrep：比如，你可以使用 pgrep -u root 来代替 ps -ef &#124; egrep[......]<p class='read-more'><a href='http://www.huangwei.me/blog/2011/08/17/lsof-and-fuser/'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 2px;">
<a href="http://creativecommons.org/licenses/by/3.0/deed.zh"><strong>版权声明</strong></a><strong>：可以任意转载，转载时请务必以超链接形式标明文章原始出处和<a href="http://www.huangwei.me/blog/">作者信息</a></strong>
</div>
<p>今天微博上看到一篇文章，叫做《<a href="http://linuxtoy.org/archives/10-linux-commands-youve-never-used.html" target="_blank">你从未用过的 10 条 Linux 命令？</a>》，原文也不长，转过来也不费事。</p>
<p>== 以下内容是转载，版权归原作者所有 ==<br />
这 10 条 Linux 命令依次是：</p>
<p>pgrep：[......]
<p class='read-more'><a href='http://www.huangwei.me/blog/2011/08/17/lsof-and-fuser/'>Read more</a></p>
<div  class="related_post_title">您可能还对以下文章感兴趣</div><ul class="related_post"><li><a href="http://www.huangwei.me/blog/2010/08/02/sniffer-with-perl-pcap/" title="[CodeSnippet]Perl抓包分析之DNS debug">[CodeSnippet]Perl抓包分析之DNS debug</a></li><li><a href="http://www.huangwei.me/blog/2010/08/02/ssh-security-harden/" title="SSH安全加固一二三">SSH安全加固一二三</a></li><li><a href="http://www.huangwei.me/blog/2010/05/30/simple-ddos-detection/" title="简单几条命令检测DDoS攻击">简单几条命令检测DDoS攻击</a></li><li><a href="http://www.huangwei.me/blog/2010/01/30/%e7%a0%b4%e8%a7%a3%e5%90%88%e8%82%a5%e7%94%b5%e4%bf%a1%e7%9a%84adsl%e7%8c%ab%e4%b8%8a%e7%bd%91%e9%99%90%e5%88%b6/" title="破解合肥电信的ADSL猫上网限制">破解合肥电信的ADSL猫上网限制</a></li><li><a href="http://www.huangwei.me/blog/2007/03/20/obacktrack-2oaiec-2/" title="[原创]BackTrack 2硬盘安装笔记">[原创]BackTrack 2硬盘安装笔记</a></li><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(5)">[译]CERT Secure Coding Standard — C语言安全编程规范(5)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard-4/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(4)">[译]CERT Secure Coding Standard — C语言安全编程规范(4)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/05/cert-secure-coding-standard-3/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(3)">[译]CERT Secure Coding Standard — C语言安全编程规范(3)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/04/cert-secure-coding-standard-2/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(2)">[译]CERT Secure Coding Standard — C语言安全编程规范(2)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/03/cert-secure-coding-standard-1/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(1)">[译]CERT Secure Coding Standard — C语言安全编程规范(1)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.huangwei.me/blog/2011/08/17/lsof-and-fuser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[译]CERT Secure Coding Standard — C语言安全编程规范(5)</title>
		<link>http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard/</link>
		<comments>http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 05:27:43 +0000</pubDate>
		<dc:creator>c4pr1c3</dc:creator>
				<category><![CDATA[安全技术]]></category>
		<category><![CDATA[CERT Secure Coding Standard]]></category>
		<category><![CDATA[C语言安全编程规范]]></category>
		<category><![CDATA[C语言编程安全规范]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[编程规范]]></category>

		<guid isPermaLink="false">http://www.huangwei.me/blog/?p=911</guid>
		<description><![CDATA[<h2>写在最后的话</h2>
<p>规范很精彩，评论更精彩。很多建议和规则虽然本身写的有瑕疵，但是当你看了建议/规则页的评论之后，你会发现你并不是第一个提问的人。很多时候你的疑问和疑惑别人已经给你解答了。在我看来，CERT的这个C语言安全编程规范的最重要的意义不是告诉你怎样使用C语言编写一个“无漏洞”的系统，重要的是通[......]</p><p class='read-more'><a href='http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard/'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 2px;">
<a href="http://creativecommons.org/licenses/by/3.0/deed.zh"><strong>版权声明</strong></a><strong>：可以任意转载，转载时请务必以超链接形式标明文章原始出处和<a href="http://www.huangwei.me/blog/">作者信息</a></strong>
</div>
<h2>写在最后的话</h2>
<p>规范很精彩，评论更精彩。很多建议和规则虽然本身写的有瑕疵，但是当你看了建议/规则页的评论之后，你会发现你并不是第一个提问的人。很多时候你的疑问和疑惑别人已经给你解答了。在我看来，CERT的这个C语言安全[......]</p>
<p class='read-more'><a href='http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard/'>Read more</a></p>
<div  class="related_post_title">您可能还对以下文章感兴趣</div><ul class="related_post"><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard-4/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(4)">[译]CERT Secure Coding Standard — C语言安全编程规范(4)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/05/cert-secure-coding-standard-3/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(3)">[译]CERT Secure Coding Standard — C语言安全编程规范(3)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/04/cert-secure-coding-standard-2/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(2)">[译]CERT Secure Coding Standard — C语言安全编程规范(2)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/03/cert-secure-coding-standard-1/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(1)">[译]CERT Secure Coding Standard — C语言安全编程规范(1)</a></li><li><a href="http://www.huangwei.me/blog/2010/02/20/2010cwe25/" title="2010 CWE TOP 25">2010 CWE TOP 25</a></li><li><a href="http://www.huangwei.me/blog/2009/09/02/%e6%8e%a8%e8%8d%90%e5%9f%ba%e4%ba%8ewindbg%e7%9a%84%e4%b8%80%e4%b8%aa%e6%bc%8f%e6%b4%9e%e5%8f%af%e5%88%a9%e7%94%a8%e6%80%a7%e5%88%86%e6%9e%90%e6%8f%92%e4%bb%b6/" title="[推荐]基于Windbg的一个漏洞可利用性分析插件">[推荐]基于Windbg的一个漏洞可利用性分析插件</a></li><li><a href="http://www.huangwei.me/blog/2007/12/13/oip-dnsooauedhss-2/" title="[原创]IP-&#62;DNS域名反查小工具">[原创]IP-&#62;DNS域名反查小工具</a></li><li><a href="http://www.huangwei.me/blog/2011/08/17/lsof-and-fuser/" title="分享1个Linux命令lsof">分享1个Linux命令lsof</a></li><li><a href="http://www.huangwei.me/blog/2011/04/06/new-to-mac-2/" title="苹果小白的上手笔记(2)">苹果小白的上手笔记(2)</a></li><li><a href="http://www.huangwei.me/blog/2011/01/20/build-your-own-vulnerable-web-application/" title="自己动手搭建缺陷Web App">自己动手搭建缺陷Web App</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[译]CERT Secure Coding Standard — C语言安全编程规范(4)</title>
		<link>http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard-4/</link>
		<comments>http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard-4/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 05:23:10 +0000</pubDate>
		<dc:creator>c4pr1c3</dc:creator>
				<category><![CDATA[安全技术]]></category>
		<category><![CDATA[CERT Secure Coding Standard]]></category>
		<category><![CDATA[C语言安全编程规范]]></category>
		<category><![CDATA[C语言编程安全规范]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[编程规范]]></category>

		<guid isPermaLink="false">http://www.huangwei.me/blog/?p=913</guid>
		<description><![CDATA[<h2><a href="https://www.securecoding.cert.org/confluence/display/seccode/11.+Signals+%28SIG%29">11. 信号</a></h2>



规则/建议条目全称
<span style="font-weight: bold">例外</span>
<span style="font-weight: bold">笔记 /备注/点评</span>




<a href="https://www.securecoding.cert.org/confluence/display/seccode/SIG00-C.+Mask+signals+handled+by+noninterruptible+signal+handlers">SIG00-C. 屏蔽由不可中断信号处理函数处理的信号</a>

POSIX标准建议使用sigaction()，废弃signal()。但sigaction()不是C99标准。


<a href="https://www.securecoding.cert.org/confluence/display/seccode/SIG01-C.+Understand+implementation-specific+details+regarding+signal+handler+persistence">SIG01-C. 理解[......]</a><p class='read-more'><a href='http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard-4/'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 2px;">
<a href="http://creativecommons.org/licenses/by/3.0/deed.zh"><strong>版权声明</strong></a><strong>：可以任意转载，转载时请务必以超链接形式标明文章原始出处和<a href="http://www.huangwei.me/blog/">作者信息</a></strong>
</div>
<h2><a href="https://www.securecoding.cert.org/confluence/display/seccode/11.+Signals+%28SIG%29">11. 信号</a></h2>
<p>规则/建议条目全称<br />
<span style="font-weight: bold">例外</span><br />
<span style="font-weight: bold">笔记 /备注/点评</span></p>
<p><a href="https://www.securecoding.cert.org/confluence/display/seccode/SIG00-C.+Mask+signals+handled+by+noninterruptible+signal+handlers">SIG00-C. 屏蔽由不可中断信号处理函数处理的信号</a></p>
<p>POSIX标准建议使用sigaction()，废弃signa[......]
<p class='read-more'><a href='http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard-4/'>Read more</a></p>
<div  class="related_post_title">您可能还对以下文章感兴趣</div><ul class="related_post"><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(5)">[译]CERT Secure Coding Standard — C语言安全编程规范(5)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/05/cert-secure-coding-standard-3/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(3)">[译]CERT Secure Coding Standard — C语言安全编程规范(3)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/04/cert-secure-coding-standard-2/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(2)">[译]CERT Secure Coding Standard — C语言安全编程规范(2)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/03/cert-secure-coding-standard-1/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(1)">[译]CERT Secure Coding Standard — C语言安全编程规范(1)</a></li><li><a href="http://www.huangwei.me/blog/2010/02/20/2010cwe25/" title="2010 CWE TOP 25">2010 CWE TOP 25</a></li><li><a href="http://www.huangwei.me/blog/2009/09/02/%e6%8e%a8%e8%8d%90%e5%9f%ba%e4%ba%8ewindbg%e7%9a%84%e4%b8%80%e4%b8%aa%e6%bc%8f%e6%b4%9e%e5%8f%af%e5%88%a9%e7%94%a8%e6%80%a7%e5%88%86%e6%9e%90%e6%8f%92%e4%bb%b6/" title="[推荐]基于Windbg的一个漏洞可利用性分析插件">[推荐]基于Windbg的一个漏洞可利用性分析插件</a></li><li><a href="http://www.huangwei.me/blog/2007/12/13/oip-dnsooauedhss-2/" title="[原创]IP-&#62;DNS域名反查小工具">[原创]IP-&#62;DNS域名反查小工具</a></li><li><a href="http://www.huangwei.me/blog/2011/08/17/lsof-and-fuser/" title="分享1个Linux命令lsof">分享1个Linux命令lsof</a></li><li><a href="http://www.huangwei.me/blog/2011/04/06/new-to-mac-2/" title="苹果小白的上手笔记(2)">苹果小白的上手笔记(2)</a></li><li><a href="http://www.huangwei.me/blog/2011/01/20/build-your-own-vulnerable-web-application/" title="自己动手搭建缺陷Web App">自己动手搭建缺陷Web App</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[译]CERT Secure Coding Standard — C语言安全编程规范(3)</title>
		<link>http://www.huangwei.me/blog/2011/02/05/cert-secure-coding-standard-3/</link>
		<comments>http://www.huangwei.me/blog/2011/02/05/cert-secure-coding-standard-3/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 12:36:36 +0000</pubDate>
		<dc:creator>c4pr1c3</dc:creator>
				<category><![CDATA[安全技术]]></category>
		<category><![CDATA[CERT Secure Coding Standard]]></category>
		<category><![CDATA[C语言安全编程规范]]></category>
		<category><![CDATA[C语言编程安全规范]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[编程规范]]></category>

		<guid isPermaLink="false">http://www.huangwei.me/blog/?p=916</guid>
		<description><![CDATA[<h2><a href="https://www.securecoding.cert.org/confluence/display/seccode/08.+Memory+Management+%28MEM%29">08. 内存管理 </a></h2>



规则/建议条目全称
<span style="font-weight: bold">例外</span>
<span style="font-weight: bold">笔记 /备注/点评</span>




<a href="https://www.securecoding.cert.org/confluence/display/seccode/MEM00-C.+Allocate+and+free+memory+in+the+same+module%2C+at+the+same+level+of+abstraction">MEM00- C. 在同一个模块、同一个抽象层次上分配和释放内存</a>

不遵循该建议所导致的常见软件错误和漏洞包括：内存泄漏, double-free漏洞, 非法访问已经释放的内存，写入已释放或未分[......]<p class='read-more'><a href='http://www.huangwei.me/blog/2011/02/05/cert-secure-coding-standard-3/'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 2px;">
<a href="http://creativecommons.org/licenses/by/3.0/deed.zh"><strong>版权声明</strong></a><strong>：可以任意转载，转载时请务必以超链接形式标明文章原始出处和<a href="http://www.huangwei.me/blog/">作者信息</a></strong>
</div>
<h2><a href="https://www.securecoding.cert.org/confluence/display/seccode/08.+Memory+Management+%28MEM%29">08. 内存管理 </a></h2>
<p>规则/建议条目全称<br />
<span style="font-weight: bold">例外</span><br />
<span style="font-weight: bold">笔记 /备注/点评</span></p>
<p><a href="https://www.securecoding.cert.org/confluence/display/seccode/MEM00-C.+Allocate+and+free+memory+in+the+same+module%2C+at+the+same+level+of+abstraction">MEM00- C. 在同一个模块、同一个抽象层次上分配和释放内存</a></p>
<p>不遵循该建议所导致的常见软件错误和漏洞包括：[......]
<p class='read-more'><a href='http://www.huangwei.me/blog/2011/02/05/cert-secure-coding-standard-3/'>Read more</a></p>
<div  class="related_post_title">您可能还对以下文章感兴趣</div><ul class="related_post"><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(5)">[译]CERT Secure Coding Standard — C语言安全编程规范(5)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard-4/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(4)">[译]CERT Secure Coding Standard — C语言安全编程规范(4)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/04/cert-secure-coding-standard-2/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(2)">[译]CERT Secure Coding Standard — C语言安全编程规范(2)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/03/cert-secure-coding-standard-1/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(1)">[译]CERT Secure Coding Standard — C语言安全编程规范(1)</a></li><li><a href="http://www.huangwei.me/blog/2010/02/20/2010cwe25/" title="2010 CWE TOP 25">2010 CWE TOP 25</a></li><li><a href="http://www.huangwei.me/blog/2009/09/02/%e6%8e%a8%e8%8d%90%e5%9f%ba%e4%ba%8ewindbg%e7%9a%84%e4%b8%80%e4%b8%aa%e6%bc%8f%e6%b4%9e%e5%8f%af%e5%88%a9%e7%94%a8%e6%80%a7%e5%88%86%e6%9e%90%e6%8f%92%e4%bb%b6/" title="[推荐]基于Windbg的一个漏洞可利用性分析插件">[推荐]基于Windbg的一个漏洞可利用性分析插件</a></li><li><a href="http://www.huangwei.me/blog/2007/12/13/oip-dnsooauedhss-2/" title="[原创]IP-&#62;DNS域名反查小工具">[原创]IP-&#62;DNS域名反查小工具</a></li><li><a href="http://www.huangwei.me/blog/2011/08/17/lsof-and-fuser/" title="分享1个Linux命令lsof">分享1个Linux命令lsof</a></li><li><a href="http://www.huangwei.me/blog/2011/04/06/new-to-mac-2/" title="苹果小白的上手笔记(2)">苹果小白的上手笔记(2)</a></li><li><a href="http://www.huangwei.me/blog/2011/01/20/build-your-own-vulnerable-web-application/" title="自己动手搭建缺陷Web App">自己动手搭建缺陷Web App</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.huangwei.me/blog/2011/02/05/cert-secure-coding-standard-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[译]CERT Secure Coding Standard — C语言安全编程规范(2)</title>
		<link>http://www.huangwei.me/blog/2011/02/04/cert-secure-coding-standard-2/</link>
		<comments>http://www.huangwei.me/blog/2011/02/04/cert-secure-coding-standard-2/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 13:38:30 +0000</pubDate>
		<dc:creator>c4pr1c3</dc:creator>
				<category><![CDATA[安全技术]]></category>
		<category><![CDATA[CERT Secure Coding Standard]]></category>
		<category><![CDATA[C语言安全编程规范]]></category>
		<category><![CDATA[C语言编程安全规范]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[编程规范]]></category>

		<guid isPermaLink="false">http://www.huangwei.me/blog/?p=919</guid>
		<description><![CDATA[<h2><a href="https://www.securecoding.cert.org/confluence/display/seccode/04.+Integers+%28INT%29">04. 整数 </a></h2>

 

规则/建议条目全称
<span style="font-weight: bold">例外</span>
<span style="font-weight: bold">笔记 /备注/点评</span>

 


<a href="https://www.securecoding.cert.org/confluence/display/seccode/INT00-C.+Understand+the+data+model+used+by+your+implementation%28s%29">INT00-C. 理解你的代码实现中的数据模型
</a>

数据模型定义了标准数据类型的存储空间大小。如char在几乎所有的平台下的实现都是8字节长度，long在IA-32/64都是32字节，但在64[......]<p class='read-more'><a href='http://www.huangwei.me/blog/2011/02/04/cert-secure-coding-standard-2/'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 2px;">
<a href="http://creativecommons.org/licenses/by/3.0/deed.zh"><strong>版权声明</strong></a><strong>：可以任意转载，转载时请务必以超链接形式标明文章原始出处和<a href="http://www.huangwei.me/blog/">作者信息</a></strong>
</div>
<h2><a href="https://www.securecoding.cert.org/confluence/display/seccode/04.+Integers+%28INT%29">04. 整数 </a></h2>
<p>规则/建议条目全称<br />
<span style="font-weight: bold">例外</span><br />
<span style="font-weight: bold">笔记 /备注/点评</span></p>
<p><a href="https://www.securecoding.cert.org/confluence/display/seccode/INT00-C.+Understand+the+data+model+used+by+your+implementation%28s%29">INT00-C. 理解你的代码实现中的数据模型<br />
</a></p>
<p>数据模型定义了标准数据类型的存储空间大小。如char在几乎[......]
<p class='read-more'><a href='http://www.huangwei.me/blog/2011/02/04/cert-secure-coding-standard-2/'>Read more</a></p>
<div  class="related_post_title">您可能还对以下文章感兴趣</div><ul class="related_post"><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(5)">[译]CERT Secure Coding Standard — C语言安全编程规范(5)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard-4/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(4)">[译]CERT Secure Coding Standard — C语言安全编程规范(4)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/05/cert-secure-coding-standard-3/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(3)">[译]CERT Secure Coding Standard — C语言安全编程规范(3)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/03/cert-secure-coding-standard-1/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(1)">[译]CERT Secure Coding Standard — C语言安全编程规范(1)</a></li><li><a href="http://www.huangwei.me/blog/2010/02/20/2010cwe25/" title="2010 CWE TOP 25">2010 CWE TOP 25</a></li><li><a href="http://www.huangwei.me/blog/2009/09/02/%e6%8e%a8%e8%8d%90%e5%9f%ba%e4%ba%8ewindbg%e7%9a%84%e4%b8%80%e4%b8%aa%e6%bc%8f%e6%b4%9e%e5%8f%af%e5%88%a9%e7%94%a8%e6%80%a7%e5%88%86%e6%9e%90%e6%8f%92%e4%bb%b6/" title="[推荐]基于Windbg的一个漏洞可利用性分析插件">[推荐]基于Windbg的一个漏洞可利用性分析插件</a></li><li><a href="http://www.huangwei.me/blog/2007/12/13/oip-dnsooauedhss-2/" title="[原创]IP-&#62;DNS域名反查小工具">[原创]IP-&#62;DNS域名反查小工具</a></li><li><a href="http://www.huangwei.me/blog/2011/08/17/lsof-and-fuser/" title="分享1个Linux命令lsof">分享1个Linux命令lsof</a></li><li><a href="http://www.huangwei.me/blog/2011/04/06/new-to-mac-2/" title="苹果小白的上手笔记(2)">苹果小白的上手笔记(2)</a></li><li><a href="http://www.huangwei.me/blog/2011/01/20/build-your-own-vulnerable-web-application/" title="自己动手搭建缺陷Web App">自己动手搭建缺陷Web App</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.huangwei.me/blog/2011/02/04/cert-secure-coding-standard-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[译]CERT Secure Coding Standard — C语言安全编程规范(1)</title>
		<link>http://www.huangwei.me/blog/2011/02/03/cert-secure-coding-standard-1/</link>
		<comments>http://www.huangwei.me/blog/2011/02/03/cert-secure-coding-standard-1/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 13:58:12 +0000</pubDate>
		<dc:creator>c4pr1c3</dc:creator>
				<category><![CDATA[安全技术]]></category>
		<category><![CDATA[CERT Secure Coding Standard]]></category>
		<category><![CDATA[C语言安全编程规范]]></category>
		<category><![CDATA[C语言编程安全规范]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[编程规范]]></category>

		<guid isPermaLink="false">http://www.huangwei.me/blog/?p=902</guid>
		<description><![CDATA[<h2>译序</h2>
<p>看完cert的C安全编程规范已经有2个多月了，我在阅读的过程中顺手把官方文档的主要目录翻译了一 下，其中包含了171条“建议”和106条“规则”，个人认为把这些作为一个C语言安全编程规范的<strong>cheatsheet</strong>是相当不错的。</p>
<p><img src="http://www.huangwei.me/blog/wp-content/uploads/2011/01/chart5256992130945827592.png" alt="CERT Secure Coding Standard Statistics" width="600" height="400" /></p>
<p>说明：</p>
<p>1.关于“ 建议（Recommendation)”：[......]</p><p class='read-more'><a href='http://www.huangwei.me/blog/2011/02/03/cert-secure-coding-standard-1/'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 2px;">
<a href="http://creativecommons.org/licenses/by/3.0/deed.zh"><strong>版权声明</strong></a><strong>：可以任意转载，转载时请务必以超链接形式标明文章原始出处和<a href="http://www.huangwei.me/blog/">作者信息</a></strong>
</div>
<h2>译序</h2>
<p>看完cert的C安全编程规范已经有2个多月了，我在阅读的过程中顺手把官方文档的主要目录翻译了一 下，其中包含了171条“建议”和106条“规则”，个人认为把这些作为一个C语言安全编程规范的<strong>cheatsheet</strong>是[......]</p>
<p class='read-more'><a href='http://www.huangwei.me/blog/2011/02/03/cert-secure-coding-standard-1/'>Read more</a></p>
<div  class="related_post_title">您可能还对以下文章感兴趣</div><ul class="related_post"><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(5)">[译]CERT Secure Coding Standard — C语言安全编程规范(5)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard-4/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(4)">[译]CERT Secure Coding Standard — C语言安全编程规范(4)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/05/cert-secure-coding-standard-3/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(3)">[译]CERT Secure Coding Standard — C语言安全编程规范(3)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/04/cert-secure-coding-standard-2/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(2)">[译]CERT Secure Coding Standard — C语言安全编程规范(2)</a></li><li><a href="http://www.huangwei.me/blog/2010/02/20/2010cwe25/" title="2010 CWE TOP 25">2010 CWE TOP 25</a></li><li><a href="http://www.huangwei.me/blog/2009/09/02/%e6%8e%a8%e8%8d%90%e5%9f%ba%e4%ba%8ewindbg%e7%9a%84%e4%b8%80%e4%b8%aa%e6%bc%8f%e6%b4%9e%e5%8f%af%e5%88%a9%e7%94%a8%e6%80%a7%e5%88%86%e6%9e%90%e6%8f%92%e4%bb%b6/" title="[推荐]基于Windbg的一个漏洞可利用性分析插件">[推荐]基于Windbg的一个漏洞可利用性分析插件</a></li><li><a href="http://www.huangwei.me/blog/2007/12/13/oip-dnsooauedhss-2/" title="[原创]IP-&#62;DNS域名反查小工具">[原创]IP-&#62;DNS域名反查小工具</a></li><li><a href="http://www.huangwei.me/blog/2011/08/17/lsof-and-fuser/" title="分享1个Linux命令lsof">分享1个Linux命令lsof</a></li><li><a href="http://www.huangwei.me/blog/2011/04/06/new-to-mac-2/" title="苹果小白的上手笔记(2)">苹果小白的上手笔记(2)</a></li><li><a href="http://www.huangwei.me/blog/2011/01/20/build-your-own-vulnerable-web-application/" title="自己动手搭建缺陷Web App">自己动手搭建缺陷Web App</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.huangwei.me/blog/2011/02/03/cert-secure-coding-standard-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>自己动手搭建缺陷Web App</title>
		<link>http://www.huangwei.me/blog/2011/01/20/build-your-own-vulnerable-web-application/</link>
		<comments>http://www.huangwei.me/blog/2011/01/20/build-your-own-vulnerable-web-application/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 12:14:49 +0000</pubDate>
		<dc:creator>c4pr1c3</dc:creator>
				<category><![CDATA[安全技术]]></category>
		<category><![CDATA[vulnerable web app]]></category>
		<category><![CDATA[WebSec]]></category>
		<category><![CDATA[Web安全实验环境]]></category>

		<guid isPermaLink="false">http://www.huangwei.me/blog/?p=884</guid>
		<description><![CDATA[搞Web安全的研究，没有一个本地实验环境是不行的，不能在互联网上乱试。给别人添点麻烦还算是小事，要是一不小心真让你拿下了一个站，结果发现是个蜜罐，你就等着警察叔叔上门吧。所以，安全第一，即使你是在研究安全。

Google <a href="http://www.google.com/#sclient=psy&#38;hl=en&#38;q=Vulnerable+Web+Applications&#38;aq=f&#38;aqi=&#38;aql=&#38;oq=&#38;pbx=1&#38;fp=25a0b2344dc0e416" target="_blank">Vulnerable Web Applications</a>大约返回了467,[......]<p class='read-more'><a href='http://www.huangwei.me/blog/2011/01/20/build-your-own-vulnerable-web-application/'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 2px;">
<a href="http://creativecommons.org/licenses/by/3.0/deed.zh"><strong>版权声明</strong></a><strong>：可以任意转载，转载时请务必以超链接形式标明文章原始出处和<a href="http://www.huangwei.me/blog/">作者信息</a></strong>
</div>
<p>搞Web安全的研究，没有一个本地实验环境是不行的，不能在互联网上乱试。给别人添点麻烦还算是小事，要是一不小心真让你拿下了一个站，结果发现是个蜜罐，你就等着警察叔叔上门吧。所以，安全第一，即使你是在研究安全。</p>
<p>Go[......]
<p class='read-more'><a href='http://www.huangwei.me/blog/2011/01/20/build-your-own-vulnerable-web-application/'>Read more</a></p>
<div  class="related_post_title">您可能还对以下文章感兴趣</div><ul class="related_post"><li><a href="http://www.huangwei.me/blog/2010/10/13/embed-script-inside-gif/" title="在GIF图片中隐藏任意脚本的方法">在GIF图片中隐藏任意脚本的方法</a></li><li><a href="http://www.huangwei.me/blog/2009/01/29/whats-new-in-web-hacking-techniques-of-2008/" title="What&#8217;s new in web hacking techniques of 2008">What&#8217;s new in web hacking techniques of 2008</a></li><li><a href="http://www.huangwei.me/blog/2008/09/05/%e7%a9%ba%e7%99%bd%e5%ad%97%e7%ac%a6%ef%bc%9ajavascript%e5%8f%98%e5%bd%a2%e7%9a%84%e6%96%b0%e6%96%b9%e6%b3%95/" title="空白字符：Javascript变形的新方法">空白字符：Javascript变形的新方法</a></li><li><a href="http://www.huangwei.me/blog/2007/11/05/ooucaptchauaouae-2/" title="关于CAPTCHA的一点思考">关于CAPTCHA的一点思考</a></li><li><a href="http://www.huangwei.me/blog/2007/09/20/oioyeeixsscsrfa-2/" title="[原创]教育人博客XSS/CSRF漏洞">[原创]教育人博客XSS/CSRF漏洞</a></li><li><a href="http://www.huangwei.me/blog/2011/08/17/lsof-and-fuser/" title="分享1个Linux命令lsof">分享1个Linux命令lsof</a></li><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(5)">[译]CERT Secure Coding Standard — C语言安全编程规范(5)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard-4/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(4)">[译]CERT Secure Coding Standard — C语言安全编程规范(4)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/05/cert-secure-coding-standard-3/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(3)">[译]CERT Secure Coding Standard — C语言安全编程规范(3)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/04/cert-secure-coding-standard-2/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(2)">[译]CERT Secure Coding Standard — C语言安全编程规范(2)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.huangwei.me/blog/2011/01/20/build-your-own-vulnerable-web-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>invisible CAPTCHA to defeat spam</title>
		<link>http://www.huangwei.me/blog/2011/01/14/invisible-captcha-to-defeat-spam/</link>
		<comments>http://www.huangwei.me/blog/2011/01/14/invisible-captcha-to-defeat-spam/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 11:20:17 +0000</pubDate>
		<dc:creator>c4pr1c3</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[安全技术]]></category>
		<category><![CDATA[anti-spam]]></category>
		<category><![CDATA[Captcha]]></category>
		<category><![CDATA[ICM]]></category>
		<category><![CDATA[invisible captcha]]></category>

		<guid isPermaLink="false">http://www.huangwei.me/blog/?p=872</guid>
		<description><![CDATA[<p>好久没有写与安全相关的技术文章了，没啥可写的是主因，没啥能写的是次因，没啥该写的是扯淡。今天一天的工作告一段落，各方面进展良好，看了看我的草稿箱，就挑这个主题update一下发布了。</p>

<h2>写在前面的科普</h2>

<p>anti-spam最早的含义应该就是指的反垃圾邮件，没别的原因，就是早期互联网的一个重要[......]</p><p class='read-more'><a href='http://www.huangwei.me/blog/2011/01/14/invisible-captcha-to-defeat-spam/'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 2px;">
<a href="http://creativecommons.org/licenses/by/3.0/deed.zh"><strong>版权声明</strong></a><strong>：可以任意转载，转载时请务必以超链接形式标明文章原始出处和<a href="http://www.huangwei.me/blog/">作者信息</a></strong>
</div>
<p>好久没有写与安全相关的技术文章了，没啥可写的是主因，没啥能写的是次因，没啥该写的是扯淡。今天一天的工作告一段落，各方面进展良好，看了看我的草稿箱，就挑这个主题update一下发布了。</p>
<h2>写在前面的科普</h2>
<p>ant[......]</p>
<p class='read-more'><a href='http://www.huangwei.me/blog/2011/01/14/invisible-captcha-to-defeat-spam/'>Read more</a></p>
<div  class="related_post_title">您可能还对以下文章感兴趣</div><ul class="related_post"><li><a href="http://www.huangwei.me/blog/2007/11/05/ooucaptchauaouae-2/" title="关于CAPTCHA的一点思考">关于CAPTCHA的一点思考</a></li><li><a href="http://www.huangwei.me/blog/2011/08/17/lsof-and-fuser/" title="分享1个Linux命令lsof">分享1个Linux命令lsof</a></li><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(5)">[译]CERT Secure Coding Standard — C语言安全编程规范(5)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard-4/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(4)">[译]CERT Secure Coding Standard — C语言安全编程规范(4)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/05/cert-secure-coding-standard-3/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(3)">[译]CERT Secure Coding Standard — C语言安全编程规范(3)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/04/cert-secure-coding-standard-2/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(2)">[译]CERT Secure Coding Standard — C语言安全编程规范(2)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/03/cert-secure-coding-standard-1/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(1)">[译]CERT Secure Coding Standard — C语言安全编程规范(1)</a></li><li><a href="http://www.huangwei.me/blog/2011/01/20/build-your-own-vulnerable-web-application/" title="自己动手搭建缺陷Web App">自己动手搭建缺陷Web App</a></li><li><a href="http://www.huangwei.me/blog/2010/11/05/security-as-a-slogan-2-0/" title="以安全的名义 2.0">以安全的名义 2.0</a></li><li><a href="http://www.huangwei.me/blog/2010/10/25/gnupg-quickstart/" title="GnuPG快速入门教程汇编">GnuPG快速入门教程汇编</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.huangwei.me/blog/2011/01/14/invisible-captcha-to-defeat-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>以安全的名义 2.0</title>
		<link>http://www.huangwei.me/blog/2010/11/05/security-as-a-slogan-2-0/</link>
		<comments>http://www.huangwei.me/blog/2010/11/05/security-as-a-slogan-2-0/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 15:16:37 +0000</pubDate>
		<dc:creator>c4pr1c3</dc:creator>
				<category><![CDATA[安全技术]]></category>
		<category><![CDATA[纯净水]]></category>
		<category><![CDATA[8卦]]></category>

		<guid isPermaLink="false">http://www.huangwei.me/blog/?p=670</guid>
		<description><![CDATA[<h2>写在前面的话</h2>

<p>最近一段时间的互联网实在欢乐非常，从数字安全公司360“揭秘”数字娱乐公司腾讯“窥私”开始，到昨天腾讯宣布“有你没我”战略，今天腾讯又联合“5大”互联网软件厂商联合声明和360不兼容之后，有人称双方的这一系列行为是“一场战争”，有人说这是“狗咬狗”，还有人说是“XX保卫战”。不过[......]</p><p class='read-more'><a href='http://www.huangwei.me/blog/2010/11/05/security-as-a-slogan-2-0/'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 2px;">
<a href="http://creativecommons.org/licenses/by/3.0/deed.zh"><strong>版权声明</strong></a><strong>：可以任意转载，转载时请务必以超链接形式标明文章原始出处和<a href="http://www.huangwei.me/blog/">作者信息</a></strong>
</div>
<h2>写在前面的话</h2>
<p>最近一段时间的互联网实在欢乐非常，从数字安全公司360“揭秘”数字娱乐公司腾讯“窥私”开始，到昨天腾讯宣布“有你没我”战略，今天腾讯又联合“5大”互联网软件厂商联合声明和360不兼容之后，有人称双方[......]</p>
<p class='read-more'><a href='http://www.huangwei.me/blog/2010/11/05/security-as-a-slogan-2-0/'>Read more</a></p>
<div  class="related_post_title">您可能还对以下文章感兴趣</div><ul class="related_post"><li><a href="http://www.huangwei.me/blog/2008/04/21/%e9%bb%91%e5%ae%a2%e8%af%ad%e8%a8%80-1337%e8%af%ad%e8%a8%80/" title="黑客语言 1337语言">黑客语言 1337语言</a></li><li><a href="http://www.huangwei.me/blog/2011/08/17/lsof-and-fuser/" title="分享1个Linux命令lsof">分享1个Linux命令lsof</a></li><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(5)">[译]CERT Secure Coding Standard — C语言安全编程规范(5)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard-4/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(4)">[译]CERT Secure Coding Standard — C语言安全编程规范(4)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/05/cert-secure-coding-standard-3/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(3)">[译]CERT Secure Coding Standard — C语言安全编程规范(3)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/04/cert-secure-coding-standard-2/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(2)">[译]CERT Secure Coding Standard — C语言安全编程规范(2)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/03/cert-secure-coding-standard-1/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(1)">[译]CERT Secure Coding Standard — C语言安全编程规范(1)</a></li><li><a href="http://www.huangwei.me/blog/2011/01/20/build-your-own-vulnerable-web-application/" title="自己动手搭建缺陷Web App">自己动手搭建缺陷Web App</a></li><li><a href="http://www.huangwei.me/blog/2011/01/14/invisible-captcha-to-defeat-spam/" title="invisible CAPTCHA to defeat spam">invisible CAPTCHA to defeat spam</a></li><li><a href="http://www.huangwei.me/blog/2010/10/25/gnupg-quickstart/" title="GnuPG快速入门教程汇编">GnuPG快速入门教程汇编</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.huangwei.me/blog/2010/11/05/security-as-a-slogan-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GnuPG快速入门教程汇编</title>
		<link>http://www.huangwei.me/blog/2010/10/25/gnupg-quickstart/</link>
		<comments>http://www.huangwei.me/blog/2010/10/25/gnupg-quickstart/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 05:39:46 +0000</pubDate>
		<dc:creator>c4pr1c3</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[安全技术]]></category>
		<category><![CDATA[GnuPG]]></category>
		<category><![CDATA[GPG]]></category>
		<category><![CDATA[PKI]]></category>
		<category><![CDATA[加密]]></category>
		<category><![CDATA[数字签名]]></category>

		<guid isPermaLink="false">http://www.huangwei.me/blog/?p=653</guid>
		<description><![CDATA[这个话题的开启缘于最近对团队成员的GPG使用辅导，但Google后发现百度的<a href="http://blog.liancheng.info/" target="_blank">Lian Cheng</a>的博客上已经写了一篇非常完整和细致的<a href="http://blog.liancheng.info/?p=338" target="_blank">GPG教程</a>，那我干脆就把我找到的一些比较好的关于GnuPG入门的链接整理一下，汇编于此吧。

<strong> 1. 最轻松的GnuPG入门教程（严重推荐阅读）</strong>

<a href="http://blog.liancheng.info/?p=338">http:/[......]</a><p class='read-more'><a href='http://www.huangwei.me/blog/2010/10/25/gnupg-quickstart/'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 2px;">
<a href="http://creativecommons.org/licenses/by/3.0/deed.zh"><strong>版权声明</strong></a><strong>：可以任意转载，转载时请务必以超链接形式标明文章原始出处和<a href="http://www.huangwei.me/blog/">作者信息</a></strong>
</div>
<p>这个话题的开启缘于最近对团队成员的GPG使用辅导，但Google后发现百度的<a href="http://blog.liancheng.info/" target="_blank">Lian Cheng</a>的博客上已经写了一篇非常完整和细致的<a href="http://blog.liancheng.info/?p=338" target="_blank">GPG教程</a>，那我干脆就把我找到的一些比较好的关于GnuPG入门的链接整理一下，汇编于此[......]
<p class='read-more'><a href='http://www.huangwei.me/blog/2010/10/25/gnupg-quickstart/'>Read more</a></p>
<div  class="related_post_title">您可能还对以下文章感兴趣</div><ul class="related_post"><li><a href="http://www.huangwei.me/blog/2011/08/17/lsof-and-fuser/" title="分享1个Linux命令lsof">分享1个Linux命令lsof</a></li><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(5)">[译]CERT Secure Coding Standard — C语言安全编程规范(5)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/06/cert-secure-coding-standard-4/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(4)">[译]CERT Secure Coding Standard — C语言安全编程规范(4)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/05/cert-secure-coding-standard-3/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(3)">[译]CERT Secure Coding Standard — C语言安全编程规范(3)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/04/cert-secure-coding-standard-2/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(2)">[译]CERT Secure Coding Standard — C语言安全编程规范(2)</a></li><li><a href="http://www.huangwei.me/blog/2011/02/03/cert-secure-coding-standard-1/" title="[译]CERT Secure Coding Standard — C语言安全编程规范(1)">[译]CERT Secure Coding Standard — C语言安全编程规范(1)</a></li><li><a href="http://www.huangwei.me/blog/2011/01/20/build-your-own-vulnerable-web-application/" title="自己动手搭建缺陷Web App">自己动手搭建缺陷Web App</a></li><li><a href="http://www.huangwei.me/blog/2011/01/14/invisible-captcha-to-defeat-spam/" title="invisible CAPTCHA to defeat spam">invisible CAPTCHA to defeat spam</a></li><li><a href="http://www.huangwei.me/blog/2010/11/05/security-as-a-slogan-2-0/" title="以安全的名义 2.0">以安全的名义 2.0</a></li><li><a href="http://www.huangwei.me/blog/2010/10/13/embed-script-inside-gif/" title="在GIF图片中隐藏任意脚本的方法">在GIF图片中隐藏任意脚本的方法</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.huangwei.me/blog/2010/10/25/gnupg-quickstart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

