<?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>{Complexity} &#187; Security</title>
	<atom:link href="http://technote.wsjoung.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://technote.wsjoung.com</link>
	<description>simple note</description>
	<lastBuildDate>Wed, 09 Nov 2011 02:12:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>remove ssl encryption</title>
		<link>http://technote.wsjoung.com/2010/10/30/remove-ssl-encryption/</link>
		<comments>http://technote.wsjoung.com/2010/10/30/remove-ssl-encryption/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 22:56:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://technote.wsjoung.com/?p=174</guid>
		<description><![CDATA[openssl rsa -in server.key -out server.key.new mv server.key.new server.key chmod 600 server.key]]></description>
			<content:encoded><![CDATA[<p><code>openssl rsa -in server.key -out server.key.new</code></p>
<p><code>mv server.key.new server.key</code></p>
<p>chmod 600 server.key</p>
]]></content:encoded>
			<wfw:commentRss>http://technote.wsjoung.com/2010/10/30/remove-ssl-encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Signed java applet</title>
		<link>http://technote.wsjoung.com/2007/05/15/signed-java-applet/</link>
		<comments>http://technote.wsjoung.com/2007/05/15/signed-java-applet/#comments</comments>
		<pubDate>Tue, 15 May 2007 17:43:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Applet]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wsjoung.wordpress.com/2007/05/15/signed-java-applet/</guid>
		<description><![CDATA[Applet Security Basics Below are the basic facts regarding applet security and Java Plug-in. More detail can be found in the next chapter, How RSA Signed Applet Verification Works in Java Plug-in. All unsigned applets are run under the standard applet security model. If usePolicy IS NOT DEFINED in the java.policy file, then a signed [...]]]></description>
			<content:encoded><![CDATA[<h2>Applet Security Basics</h2>
<p>Below are the basic facts regarding applet security and Java Plug-in. More    detail can be found in the next chapter, <a href="http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/rsa_how.html">How RSA Signed    Applet Verification Works in Java Plug-in</a>.</p>
<ul>
<li>All <span style="text-decoration:underline;">unsigned applets</span> are run under the standard applet security model.</li>
<li>If <a href="http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/rsa_how.html#use">usePolicy</a> IS NOT DEFINED in the java.policy file, then a <span style="text-decoration:underline;">signed applet</span> has the AllPermission permission if:<br />
Java Plug-in can verify the signers, and the user, when prompted, agrees to granting the AllPermission permission.</li>
<li>If usePolicy IS DEFINED, then a <span style="text-decoration:underline;">signed applet</span> has only the permissions defined in java.policy and no prompting occurs.</li>
</ul>
<p>Moreover, note that Java Plug-in now handles certificate management; i.e.,    the certificate verification task is no longer passed off to the browser.</p>
<p>keytool -genkey -keyalg rsa -alias MyCert<br />
keytool -certreq -alias MyCert<br />
keytool -import -alias MyCert -file VSSStanleyNew.cer</p>
<p>or</p>
<p>keytool -selfcert</p>
<p>and</p>
<p>jarsigner AppletName.jar MyCert<br />
jarsigner -verify -verbose -certs AppletName.jar</p>
<ul>
<li><a href="http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/contents.html">Java Plugin guide</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://technote.wsjoung.com/2007/05/15/signed-java-applet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

