27 Feb 2001 carmstro   » (Journeyer)

code
Well, I've been working tons on twisted.web which I talked about in the last diary entry. I'm really having a fun time hacking on it. This is the first project that I'm actually a contributor of, instead of a failure of a leader. :)

I've also been working on a little password manager in Python/Tkinter. It's coming along well.. I made a module called PPDF (Password Protected Data File) that uses md5_crypt for the password protection, and AES for encrypting the data. I also use 'mencode' (a module from mojonation) to encode the data before encrypting. Then I wrote a Tkinter GUI for it, and it's pretty decent. The GUI needs cleaned up badly, but it's pretty usable.

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!