Home
This is my main dev page. Content still to come...
Latest news
RSAChat:
RSAChat 0.1 released
First version of RSAChat was released! Checkout http://dev.dornea.nu/projects/rsachat/wiki for further information. Download at http://dev.dornea.nu/projects/rsachat/files
RSAChat:
pre-alpha version
Die Grundfunktionalität ist jetzt gegeben. An sich fehlt nur noch RSA.
JWebRadio:
v0.4 released
Now with Multicast support (still buggy though)
JWebRadio:
v0.3 released
JWebRadio now with UDP support.
RSAChat:
RSA project
RSAchat project was added. I'll be implementing it along with my mate Simon.
Latest projects
-
RSAChat (11/15/2011 03:55 pm)
The task is to write a simple and secure person-to-person chat program. The program
Interface
shall behave as specified below.- chat -h shall print a helpful message.
- chat -i ⟨nick⟩ shall create a fresh RSA key pair for the user and store it in a file...
-
JWebRadio (11/08/2011 02:28 pm)
A Java based web radio (server/client bundle) using TCP, UDP, Multicast, Broadcast, ProtoBuf, JSON.
-
iXKeyLog (04/12/2011 01:00 am)
This is a X11 keylogger for Unix that basically uses xlib to interact with users keyboard. iXKeyLog will listen for certain X11 events and then trigger specific routines to handle these events.
-
icmpKNOCK (09/08/2010 01:00 am)
If you're familiar with port knocking, you should know the basics and how this technique basically works. If don't have a clue what I'm talking about, feel free to have a look at the Links section. Most port knocking tools are listening for TCP or UDP packets to arrive on specific ports in a specific order. icmpKNOCK is waiting for ICMP echo requests and checks their payloads. Packets that match given criteria trigger some action, e.g. open/close port(s) etc....
-
simplehttpd (01/12/2010 01:00 am)
This is a simple HTTP web server you can use in your projects. At the moment it supports html/htm and some commong MIME types like jpg/png/gif etc. (you can easily add your own to the extensions list. Have a look at simplehttpd.h). NO PHP/JavaScript & Co. support is planed. This project was initially a homework I had at the university. simplehttpd is released under the BSD license so feel free to adapt the code at your own needs....