<?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>Kevin&#039;s Frosted Bits &#187; Java Programming</title>
	<atom:link href="http://kevinroberts.us/category/code-and-web-dev/java-code-and-web-dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevinroberts.us</link>
	<description>Coding, Web design, and Tech</description>
	<lastBuildDate>Mon, 05 Apr 2010 03:47:26 +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>Java Games Collection</title>
		<link>http://kevinroberts.us/2009/09/kevins-java-program-collection/</link>
		<comments>http://kevinroberts.us/2009/09/kevins-java-program-collection/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 18:18:46 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Code and Web Dev]]></category>
		<category><![CDATA[Java Programming]]></category>

		<guid isPermaLink="false">http://kevinroberts.us/?p=293</guid>
		<description><![CDATA[I&#8217;ve set-up a quick portal page for some of the java applets I&#8217;ve written for school. Please check it out: http://family-connect.com/javaApps/ I have a Memory Game and Wordscramble applet up at this time with details/instructions.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve set-up a quick portal page for some of the java applets I&#8217;ve written for school. Please check it out: <a href="http://family-connect.com/javaApps/">http://family-connect.com/javaApps/</a><br />
I have a Memory Game and Wordscramble applet up at this time with details/instructions.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevinroberts.us/2009/09/kevins-java-program-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JVisual File Encryption</title>
		<link>http://kevinroberts.us/2008/12/jvisual-file-encryption/</link>
		<comments>http://kevinroberts.us/2008/12/jvisual-file-encryption/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 22:38:15 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Code and Web Dev]]></category>
		<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[AES]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://kevinroberts.us/?p=154</guid>
		<description><![CDATA[I&#8217;ve been wanting to create a simple program using my knowledge of Java that could encrypt text documents using an established cryptology standard. The result after a couple hours exploring the Java crypto library and coding work is the JVisual File Encryption! It is very basic and the functions are limited but it works. The [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been wanting to create a simple program using my knowledge of Java that could encrypt text documents using an established cryptology standard. The result after a couple hours exploring the Java crypto library and coding work is the JVisual File Encryption! It is very basic and the functions are limited but it works. The program can generate 128 bit AES keys, encrypt and decrypt a text file using the key.</p>
<p>I will include the source files in this post so people can try it out and provide me with feedback. Possible improvements would be a passphrase implementation and input panel copy/paste encryption.</p>
<p>Get the files from here: <a href="http://www.box.net/shared/cruqro4np0" target="_blank">http://www.box.net/shared/cruqro4np0</a></p>
<table border="0">
<tbody>
<tr>
<td><a href="http://kevinroberts.us/wp-content/uploads/2008/12/jvisualfe-main.jpg"><img class="alignnone size-full wp-image-155" title="jvisual main menu" src="http://kevinroberts.us/wp-content/uploads/2008/12/jvisualfe-main.jpg" alt="" width="287" height="249" /></a></td>
<td><a href="http://kevinroberts.us/wp-content/uploads/2008/12/jvisualfe-message-encrypt.jpg"><img class="alignnone size-medium wp-image-156" title="jvisual encryption message" src="http://kevinroberts.us/wp-content/uploads/2008/12/jvisualfe-message-encrypt-300x208.jpg" alt="" width="300" height="208" /></a></td>
</tr>
<tr>
<td><a href="http://kevinroberts.us/wp-content/uploads/2008/12/jvisualfe-message-encrypt-success.jpg"><img class="alignnone size-medium wp-image-157" title="jvisualfe-message-encrypt-success" src="http://kevinroberts.us/wp-content/uploads/2008/12/jvisualfe-message-encrypt-success-300x241.jpg" alt="" width="300" height="241" /></a></td>
<td><a href="http://kevinroberts.us/wp-content/uploads/2008/12/jvisualfe-keyfile.jpg"><img class="alignnone size-medium wp-image-158" title="jvisualfe-keyfile" src="http://kevinroberts.us/wp-content/uploads/2008/12/jvisualfe-keyfile-300x157.jpg" alt="" width="300" height="157" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://kevinroberts.us/2008/12/jvisual-file-encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
