Makefile for secure file and database synchronization
Published on 2007-12-01 22:37:24.
Description
This is a Makefile for secure file and MySQL database content synchronization between localhost and a remote server.It uses "rsync" for syncing files, "scp" for transferring database dumps, "mysql" for importing database dumps and "mysqldump" for dumping database contents.
If you do any web development you will find this extremely useful.
ASCII Printer v0.1
Published on 2007-11-22 01:50:26.
Description
PHP script that prints the list of printable ASCII characters.PwdGen v0.2
Published on 2007-11-22 01:23:08.
Description
Pseudo-random password generator written in PHP.DicAttack v0.2
Published on 2007-11-21 21:37:40.
Description
DicAttack is a wordlist (dictionary) attacker.It takes each word in the file and compares it against the given hash.
Currently supported algorithms are MD5 and SHA1.
sqrt() with custom precision
Published on 2007-10-14 18:13:50.
Description
A driver & function for calculating the square root a number with custom precision.MyCowsay
Published on 2007-10-14 18:10:12.
Description
Simple code that outputs a given string in a nice frame.Vigenère cipher implementation in C
Published on 2007-10-14 17:57:25.
Description
A simple implementation of the Vigenère cipher written in the C programming language.It's not supposed to be bulletproof, it's supposed to be fun.
MD5/SHA1 Bruteforcer
Published on 2007-10-13 13:32:15.
Description
The code demonstrates how brute force attacks work.It's written in PHP and it can reach 96000 Keys/sec.
On a test run, without specifying the string length, it cracked the md5 digest of "test" in 00:03:14.
Mapem v0.2
Published on 2007-09-06 01:57:02.
Description
Nothing fancy just a very basic C port scanner for beginners to play with.If you fancy network sockets and you're new to them this is good enough to get you started.