<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Segfault.gr - Still kicking... :: Codes</title>
        <link>www.segfault.gr/</link>
        <managingEditor>zapotek@segfault.gr</managingEditor>
        <webMaster>zapotek@segfault.gr</webMaster>
        <docs>http://backend.userland.com/rss</docs>
        <generator>SegFault.Gr</generator>
        <category>Codes</category>

        
            <item>
                <title><![CDATA[Makefile for secure file and database synchronization]]></title>
                <link>http://www.segfault.gr/codes/lang/en/codes_id/16/secid/23/</link>
                <description>
                                
                <![CDATA[This is a Makefile for secure file and MySQL database content synchronization between localhost and a remote server.<br/>
It uses "<a href="http://samba.anu.edu.au/rsync/">rsync</a>" for syncing files, "<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1">scp</a>" for transferring database dumps, "<a href="http://dev.mysql.com/doc/userguide/en/restoring-database-dumps.html">mysql</a>" for importing database dumps and "<a href="http://dev.mysql.com/doc/userguide/en/userguide-mysqldump-intro.html">mysqldump</a>" for dumping database contents.<br/>
<br/>
If you do any web development you will find this extremely useful.]]>
                                
                                
                </description>
                
                <pubDate>2007-12-01 22:37:24</pubDate>
                
            </item>
        
            <item>
                <title><![CDATA[PwdGen v0.2]]></title>
                <link>http://www.segfault.gr/codes/lang/en/codes_id/14/secid/23/</link>
                <description>
                                
                <![CDATA[Pseudo-random password generator written in PHP.]]>
                                
                                
                </description>
                
                <pubDate>2007-11-22 01:23:08</pubDate>
                
            </item>
        
            <item>
                <title><![CDATA[DicAttack v0.2]]></title>
                <link>http://www.segfault.gr/codes/lang/en/codes_id/13/secid/23/</link>
                <description>
                                
                <![CDATA[DicAttack is a wordlist (dictionary) attacker.<br/>
It takes each word in the file and compares it against the given hash.<br/>
Currently supported algorithms are MD5 and SHA1.]]>
                                
                                
                </description>
                
                <pubDate>2007-11-21 21:37:40</pubDate>
                
            </item>
        
            <item>
                <title><![CDATA[Vigen&Atilde;&uml;re cipher implementation in C]]></title>
                <link>http://www.segfault.gr/codes/lang/en/codes_id/7/secid/23/</link>
                <description>
                                
                <![CDATA[A simple implementation of the Vigenère cipher written in the C programming language.<br/>
It's not supposed to be bulletproof, it's supposed to be fun.]]>
                                
                                
                </description>
                
                <pubDate>2007-10-14 17:57:25</pubDate>
                
            </item>
        
            <item>
                <title><![CDATA[MD5/SHA1 Bruteforcer]]></title>
                <link>http://www.segfault.gr/codes/lang/en/codes_id/6/secid/23/</link>
                <description>
                                
                <![CDATA[The code demonstrates how brute force attacks work.<br/>
It's written in PHP and it can reach 96000 Keys/sec.<br/>
On a test run, without specifying the string length, it cracked the md5 digest of "test" in 00:03:14.]]>
                                
                                
                </description>
                
                <pubDate>2007-10-13 13:32:15</pubDate>
                
            </item>
        
    </channel>
</rss>
