Hands detection with OpenCV, Kinect SDK & OpenGL

Kinect device is a depth sensing input device made by Microsoft for the Xbox 360 game console and is one of the hottest devices nowadays. It enables users to control and interact with the Xbox 360 without the need of a game controller. It contains a regular color camera, sending images of 640*480 pixels 30…More

bfmd5

I have been wondering lately about the speed of Md5CrackGui software that I have written a while ago in Java, so I decided to rewrite it in C and compare the time that each software needs for password recovery. bfmd5 is written in C as I said and it is under GPLv3 License. For more…More

Md5CrackGui v0.2

Md5CrackGui v0.2 released. Changes in this version: +Bug Fix: After a successful password recovery, threads were still running and computing the rest combinations.(Fixed) +Most of the Strings variables changed to StringBuilder for performance. +A dictionary list added.(You can choose between Small, Medium and Large). +A pop-up menu added.(You can cut,copy and paste). +Graphical user interface…More

Md5CrackGui v0.1

Md5CrackGui is a md5 password recovery software written in Java. It’s an open source software under the GPLv3 License. It’s a long time since I wrote this software but recently I found the time to complete it and release it. You can download it from here. Inside the zip file you will find a jar…More

Simple Converter Android App

Some weeks ago, I wanted to write a guide of  ‘How to write a simple App’ that actually does something. So, a Saturday noon I wrote the Application part. Since then I haven’t wrote the guide, due to my limited time. I hope in the following days I will find the time to write it…More