[itooktheredpill] # _

Recent Posts

cracking mysql passwords

published on
Recently I needed to crack recover a “lost” mysql-password from the hash stored in the database and there is a handy tool called mysqlpassword.c which tries to bruteforce the password. Awesome! :) I was impatient though and implemented userspecific charsets and a wordlist-mode, which yielded much quicker results for me. You can get the modifications from the git, so have fun: mysqlpassword.c This is still mysql-4.x hashes only, but that was sufficient for my case ;-)

Arabic Script in LaTeX

published on
We arrived in the 21st century and one would assume that with famous software like LaTeX you’d go write the document in whatever language you like, use Unicode or UTF-8 as character encoding for your text (without even thinking about it) and it just works. Unfortunately Knuth was one these people who thought no one would ever need more than 256 characters, so unless you’re typing ASCII, you’re screwed. I already figured out, that you can use \usepackage[utf8]{inputenc} and German Umlauts start working, but you don’t get full utf8 coverage, as lots of chars Neo allows me to type (like • or → or …) are just not available. Read More...

Processing, Clutter, Cairo

published on
Dein Browser versteht noch keine Videos. Du kannst es aber herunterladen. Wenn ich Lust hab, schreib ich ein ander mal noch mehr, wie das entstanden ist und warum Processing nichts taugt und warum Clutter und Cairo rocken 🙂

Rauchverbote Visualisiert

published on
Ich finde Visualisierungen ja prima und kann nicht zuletzt jedem informationisbeautiful.net nur ans Herz legen kann. Da die Debatte über das Rauchverbot gerade wieder voll im Gang ist, hab’ ich mal die Situation der einzelnen Bundesländer farblich auf der Karte gekennzeichnet. Macht euch also selbst ein Bild. Ja, ich weiß man könnte die Grafik noch viel schöner machen, in dem man Icons für die einzelnen Gründe der Abwertungen in die Bundesländer setzt. Read More...

Stundenplanprinter: Pimped

published on
Es gab da mal von meiner Informatikfakultät so ein nettes Tool um sich einen hübschen Stundenplan erstellen zu lassen. Dieses Tool ist aber auch in die Jahre gekommen und abgesehen von der doch etwas hässlichen Java GUI, mag es niemanden der nicht latin1 mit ihm spricht und verhaut daher mal eben alle Umlaute im späteren Postscript-Dokument, was wenn man es denn wirklich benutzen will zu ellenlangen iconv-Orgien führt. Da bei mir so Java-GUIs ohnehin immer rumzicken, hab ich also kurzer Hand ein jython Programm geschrieben, das den alten Code der Anwendung benutzt, aber auf die gesamte GUI verzichtet. Read More...

Categories

Creations (25)

Random Thoughts (1)

Tech Tips Tricks (20)

Visualizations (7)