<?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>Steven R. Wamsley &#187; KeyStore</title>
	<atom:link href="http://ne0phyte.com/blog/category/home-page/keystore/feed/" rel="self" type="application/rss+xml" />
	<link>http://ne0phyte.com</link>
	<description>Musician, developer, and software architect... aka ne0phyte</description>
	<lastBuildDate>Thu, 11 Aug 2011 14:23:29 +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>PHPKeyStore Update</title>
		<link>http://ne0phyte.com/blog/2008/07/01/phpkeystore-update/</link>
		<comments>http://ne0phyte.com/blog/2008/07/01/phpkeystore-update/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 21:18:22 +0000</pubDate>
		<dc:creator>ne0phyte</dc:creator>
				<category><![CDATA[Computer Technology]]></category>
		<category><![CDATA[KeyStore]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://ne0phyte.com/?p=35</guid>
		<description><![CDATA[The KeyStore API is code complete. Check it out at phpkeystore.org. The current development release can always be installed with PEAR using: pear install http://phpkeystore.org/download/KeyStore-current.tgz All that really remains right now is internal tweaking for best practices and performance. To summarize the functionality, the key management functionality consists of: Loading and storing the key store [...]]]></description>
			<content:encoded><![CDATA[<p>The KeyStore API is code complete. Check it out at <a href="http://phpkeystore.org">phpkeystore.org</a>. The current development release can always be installed with PEAR using:</p>
<p><code>pear install http://phpkeystore.org/download/KeyStore-current.tgz</code></p>
<p>All that really remains right now is internal tweaking for best practices and performance.</p>
<p>To summarize the functionality, the key management functionality consists of:</p>
<ul>
<li>Loading and storing the key store</li>
<li>Creating secret keys, certificate signing requests, importing signed certificates, and deleting key store entries</li>
<li>Querying the key store for the existence of an entry and what type of entry it is</li>
</ul>
<p>And the key usage functionality consists of:</p>
<ul>
<li>Loading the key store</li>
<li>Using a public/private key pair to encrypt, decrypt, sign, and verify</li>
<li>Using a secret symmetric key to encrypt and decrypt</li>
</ul>
<p>The current to-do list:</p>
<ul>
<li>Add configuration file for system default values</li>
<li>Support file-based passwords</li>
<li>Support user-supplied options on the interface methods in order to support cryptographic functionality other than the default, baked-in settings</li>
<li>Add failure-case unit tests</li>
<li>Code review</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ne0phyte.com/blog/2008/07/01/phpkeystore-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHPKeyStore Web Site &amp; Development Release</title>
		<link>http://ne0phyte.com/blog/2008/06/28/phpkeystore-web-site-development-release/</link>
		<comments>http://ne0phyte.com/blog/2008/06/28/phpkeystore-web-site-development-release/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 17:10:51 +0000</pubDate>
		<dc:creator>ne0phyte</dc:creator>
				<category><![CDATA[KeyStore]]></category>
		<category><![CDATA[PHP KeyStore]]></category>

		<guid isPermaLink="false">http://ne0phyte.com/?p=27</guid>
		<description><![CDATA[The PHPKeyStore web site, wiki, and trac are now up. Here are the links: Web Site Wiki Source Project Downloads The web site, wiki, and source are browsable by anyone. Also, a PEAR package proposal has been submitted. We&#8217;re waiting to hear back from the PEAR community.]]></description>
			<content:encoded><![CDATA[<p>The PHPKeyStore web site, wiki, and trac are now up. Here are the links:</p>
<ul>
<li><a href="http://phpkeystore.org">Web Site</a></li>
<li><a href="http://projects.serafinistudios.com/wiki/phpkeystore">Wiki</a></li>
<li><a href="http://projects.serafinistudios.com/projects/show/phpkeystore">Source</a></li>
<li><a href="http://projects.serafinistudios.com/projects/show/phpkeystore">Project</a></li>
<li><a href="http://phpkeystore.org/download">Downloads</a></li>
</ul>
<p>The web site, wiki, and source are browsable by anyone. Also, a PEAR package proposal has been submitted. We&#8217;re waiting to hear back from the PEAR community.</p>
]]></content:encoded>
			<wfw:commentRss>http://ne0phyte.com/blog/2008/06/28/phpkeystore-web-site-development-release/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

