<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - eiger824</title>
<link>http://snipplr.com/users/eiger824</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 16:19:48 GMT</pubDate>
<item>
<title>(C++) Mutant Encryption Algorithm</title>
<link>http://snipplr.com/view/70034/mutant-encryption-algorithm/</link>
<description><![CDATA[ <p>This piece of code is aimed to encrypt passwords, but this time it won't return a single character array, but a constantly-changing matrix which contains the password.</p> ]]></description>
<pubDate>Thu, 21 Feb 2013 08:18:26 GMT</pubDate>
<guid>http://snipplr.com/view/70034/mutant-encryption-algorithm/</guid>
</item>
<item>
<title>(Java) Test-Type Exam Correction With Java</title>
<link>http://snipplr.com/view/69859/testtype-exam-correction-with-java/</link>
<description><![CDATA[ <p>A simple way of correcting tests with Java. In this piece of code I just defined two possible models or answers, they're all random, but the only thing needed is to update them with valid answers. The length of the test? I just did it for a 10-question test, but it can naturally be extended to the number of answers the teacher may want.</p> ]]></description>
<pubDate>Fri, 08 Feb 2013 06:38:23 GMT</pubDate>
<guid>http://snipplr.com/view/69859/testtype-exam-correction-with-java/</guid>
</item>
<item>
<title>(C++) Hiding Passwords With C++</title>
<link>http://snipplr.com/view/69819/hiding-passwords-with-c/</link>
<description><![CDATA[ <p>In C++ console there's no way to make our passwords invisible when typing them. Here is a really simple funcion that resembles the behavior of hiding passwords.</p> ]]></description>
<pubDate>Thu, 07 Feb 2013 02:40:41 GMT</pubDate>
<guid>http://snipplr.com/view/69819/hiding-passwords-with-c/</guid>
</item>
<item>
<title>(C++) Decrypting Passwords in C++</title>
<link>http://snipplr.com/view/69765/decrypting-passwords-in-c/</link>
<description><![CDATA[ <p>This is the second and last part of the encryption algorithm that I uploaded last week. It's the other-way-round program: it decrypts a password typed by user.</p> ]]></description>
<pubDate>Sun, 03 Feb 2013 02:21:39 GMT</pubDate>
<guid>http://snipplr.com/view/69765/decrypting-passwords-in-c/</guid>
</item>
<item>
<title>(C++) Encrypting Passwords in C++</title>
<link>http://snipplr.com/view/69666/encrypting-passwords-in-c/</link>
<description><![CDATA[ <p>A C++ algorithm which encrypts an alphanumeric password, asking the user to choose the encryption level.</p> ]]></description>
<pubDate>Sun, 27 Jan 2013 22:05:00 GMT</pubDate>
<guid>http://snipplr.com/view/69666/encrypting-passwords-in-c/</guid>
</item>
<item>
<title>(Java) Basic Database in Java. Updated Version</title>
<link>http://snipplr.com/view/69567/basic-database-in-java-updated-version/</link>
<description><![CDATA[ <p>A basic database made in Java. It resembles a mobile phone contacts activity in which user is prompted to introduce some data of new contacts.</p> ]]></description>
<pubDate>Mon, 21 Jan 2013 21:23:58 GMT</pubDate>
<guid>http://snipplr.com/view/69567/basic-database-in-java-updated-version/</guid>
</item>
<item>
<title>(Java) Text-to-Binary Encoder</title>
<link>http://snipplr.com/view/69415/texttobinary-encoder/</link>
<description><![CDATA[ <p>A simple Text Encoder.</p> ]]></description>
<pubDate>Fri, 11 Jan 2013 00:47:47 GMT</pubDate>
<guid>http://snipplr.com/view/69415/texttobinary-encoder/</guid>
</item>
</channel>
</rss>