<?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>(-) HatSecurity.com &#187; development</title>
	<atom:link href="http://hatsecurity.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://hatsecurity.com</link>
	<description>../something for all Hats</description>
	<lastBuildDate>Sat, 07 Mar 2009 15:33:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Google&#8217;s Keyczar simplifies cryptography for developers</title>
		<link>http://hatsecurity.com/2008/08/13/google-keyczar-simplifies-cryptography-for-developers/</link>
		<comments>http://hatsecurity.com/2008/08/13/google-keyczar-simplifies-cryptography-for-developers/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 09:49:58 +0000</pubDate>
		<dc:creator>Tahir</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[crytography]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://hatsecurity.com/?p=123</guid>
		<description><![CDATA[Google&#8217;s recently announced open source cross-platform cryptographic toolkit, Keyczar, is an excellent time-saver for security application developers.  Keyczar simplifies implementing of cryptographic functions in applications which typically involves selecting a cryptographic algorithm along with the key length and operation mode, handling of initialization vectors, rotation of keys and the signing of ciphertexts. Keyczar selects &#8220;safe [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-131" title="keyczar" src="http://hatsecurity.com/wp-content/uploads/2008/08/keyczar_logo.jpg" alt="" width="159" height="66" /></a>Google&#8217;s recently announced open source cross-platform cryptographic toolkit, <a href="http://www.keyczar.org/" target="_blank">Keyczar</a>, is an excellent time-saver for security application developers. <a href="http://code.google.com/p/flayer/wiki/GettingStarted" target="_blank"></a></p>
<p>Keyczar simplifies implementing of cryptographic functions in applications which typically involves selecting a cryptographic algorithm along with the key length and operation mode, handling of initialization vectors, rotation of keys and the signing of ciphertexts. Keyczar selects &#8220;safe defaults&#8221; for all these options resulting in fewer mistakes from the developer.</p>
<p>Examples from Google:</p>
<blockquote><p><strong>Java</strong><br />
Crypter crypter = new Crypter(&#8220;/path/to/your/keys&#8221;);<br />
String ciphertext = crypter.encrypt(&#8220;Secret message&#8221;);</p>
<p><strong>Python</strong><br />
crypter = Crypter.Read(&#8220;/path/to/your/keys&#8221;);<br />
ciphertext = crypter.Encrypt(&#8220;Secret message&#8221;);</p></blockquote>
<p>Other open source security projects from Google include <a href="http://code.google.com/p/ratproxy/wiki/RatproxyDoc" target="_blank">RATproxy</a> and <a href="http://code.google.com/p/flayer/wiki/GettingStarted" target="_blank">Flayer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hatsecurity.com/2008/08/13/google-keyczar-simplifies-cryptography-for-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
