<?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>Persistent notes &#187; security</title>
	<atom:link href="http://alexkr.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexkr.com</link>
	<description>Alexander Krivutsenko&#039;s online journal</description>
	<lastBuildDate>Fri, 01 Oct 2010 08:16:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Trading memory for speed in DES enciphering</title>
		<link>http://alexkr.com/source-code/92/trading-memory-for-speed-in-des-enciphering/</link>
		<comments>http://alexkr.com/source-code/92/trading-memory-for-speed-in-des-enciphering/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 16:03:33 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://alexkr.com/source-code/92/trading-memory-for-speed-in-des-enciphering/</guid>
		<description><![CDATA[Finally I got some time to post my two years old code.
Here I was trying to trade memory for speed.
It went our pretty well.
The code does DES enciphering in ECB mode of the arbitrary file.
Pity I still did not improve key scheduling though it always takes constant time for any input data.
However, I am glad [...]]]></description>
		<wfw:commentRss>http://alexkr.com/source-code/92/trading-memory-for-speed-in-des-enciphering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importing secret key in CryptoAPI</title>
		<link>http://alexkr.com/source-code/2/importing-secret-key-in-cryptoapi/</link>
		<comments>http://alexkr.com/source-code/2/importing-secret-key-in-cryptoapi/#comments</comments>
		<pubDate>Sun, 01 May 2005 02:55:51 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexkr.com/uncategorized/2/importing-secret-key-in-cryptoapi/</guid>
		<description><![CDATA[This texts explains how to use your own generated secret key for symmetric ciphers which are available in CryptoAPI.]]></description>
		<wfw:commentRss>http://alexkr.com/source-code/2/importing-secret-key-in-cryptoapi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

