<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 02:33:26 +0000</lastBuildDate>
    <item>
      <title>(C++) Mutant Encryption Algorithm - eiger824</title>
      <link>https://snipplr.com/view/70034/mutant-encryption-algorithm</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Thu, 21 Feb 2013 08:18:26 UTC</pubDate>
      <guid>https://snipplr.com/view/70034/mutant-encryption-algorithm</guid>
    </item>
    <item>
      <title>(Java) Test-Type Exam Correction With Java - eiger824</title>
      <link>https://snipplr.com/view/69859/testtype-exam-correction-with-java</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Fri, 08 Feb 2013 06:38:23 UTC</pubDate>
      <guid>https://snipplr.com/view/69859/testtype-exam-correction-with-java</guid>
    </item>
    <item>
      <title>(C++) Hiding Passwords With C++ - eiger824</title>
      <link>https://snipplr.com/view/69819/hiding-passwords-with-c</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Thu, 07 Feb 2013 02:40:41 UTC</pubDate>
      <guid>https://snipplr.com/view/69819/hiding-passwords-with-c</guid>
    </item>
    <item>
      <title>(C++) Decrypting Passwords in C++ - eiger824</title>
      <link>https://snipplr.com/view/69765/decrypting-passwords-in-c</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Sun, 03 Feb 2013 02:21:39 UTC</pubDate>
      <guid>https://snipplr.com/view/69765/decrypting-passwords-in-c</guid>
    </item>
    <item>
      <title>(C++) Encrypting Passwords in C++ - eiger824</title>
      <link>https://snipplr.com/view/69666/encrypting-passwords-in-c</link>
      <description>&lt;p&gt;A C++ algorithm which encrypts an alphanumeric password, asking the user to choose the encryption level.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2013 22:05:00 UTC</pubDate>
      <guid>https://snipplr.com/view/69666/encrypting-passwords-in-c</guid>
    </item>
    <item>
      <title>(Java) Basic Database in Java. Updated Version - eiger824</title>
      <link>https://snipplr.com/view/69567/basic-database-in-java-updated-version</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Mon, 21 Jan 2013 21:23:58 UTC</pubDate>
      <guid>https://snipplr.com/view/69567/basic-database-in-java-updated-version</guid>
    </item>
    <item>
      <title>(Java) Text-to-Binary Encoder - eiger824</title>
      <link>https://snipplr.com/view/69415/texttobinary-encoder</link>
      <description>&lt;p&gt;A simple Text Encoder.&lt;/p&gt;</description>
      <pubDate>Fri, 11 Jan 2013 00:47:47 UTC</pubDate>
      <guid>https://snipplr.com/view/69415/texttobinary-encoder</guid>
    </item>
  </channel>
</rss>
