<?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>The Forgetful Sheep &#187; AES</title>
	<atom:link href="http://juan.axisym3.net/tag/aes/feed/" rel="self" type="application/rss+xml" />
	<link>http://juan.axisym3.net</link>
	<description>Thoughts of just about anything</description>
	<lastBuildDate>Thu, 01 Jul 2010 22:48:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Write OpenSSL files in PHP</title>
		<link>http://juan.axisym3.net/2010/03/16/write-openssl-files-in-php/</link>
		<comments>http://juan.axisym3.net/2010/03/16/write-openssl-files-in-php/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 06:33:21 +0000</pubDate>
		<dc:creator>Juan Frias</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[AES]]></category>
		<category><![CDATA[Decryption]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[OpenSSL]]></category>

		<guid isPermaLink="false">http://juan.axisym3.net/?p=237</guid>
		<description><![CDATA[A while back I wrote a post on how to Read OpenSSL files in PHP, and a reader asked how would you write a file.
Well I thought that&#8217;s easy you just do the same thing but use the encrypt function. Well I should have known better. Two hours later and a whole lot of research <a href="http://juan.axisym3.net/2010/03/16/write-openssl-files-in-php/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://juan.axisym3.net/2010/03/16/write-openssl-files-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Read OpenSSL files in PHP</title>
		<link>http://juan.axisym3.net/2007/04/18/read-openssl-files-in-php/</link>
		<comments>http://juan.axisym3.net/2007/04/18/read-openssl-files-in-php/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 06:10:18 +0000</pubDate>
		<dc:creator>Juan Frias</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[AES]]></category>
		<category><![CDATA[Decryption]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[OpenSSL]]></category>

		<guid isPermaLink="false">http://juan.axisym3.net/2007/07/07/read-openssl-files-in-php/</guid>
		<description><![CDATA[I finally got PHP to open encrypted files created with OpenSSL. I use openssl in the command line to encrypt files with AES cipher 128 block size and 256 key length with salt. For example to encrypt myfile.txt I would use something like this:
openssl enc -e -aes-256-cbc -salt -in myfile.txt -out myfile.txt.crypt
If on the other <a href="http://juan.axisym3.net/2007/04/18/read-openssl-files-in-php/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://juan.axisym3.net/2007/04/18/read-openssl-files-in-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
