Archive
View: 2002, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec, 2004, By category, Full index
Viewing entries for July 2003
Digestive biscuits
A while back, I started looking into Digest Authentication as a method of authenticating users of a website without sending passwords about in plain text. I'm not really sure why, but I find the entire thing quite fascinating (to the point that my reading material on one particular train journey was RFC 2617 - HTTP Authentication). Yes I am aware of how sad a reflection this is on my life ☺.
Finding a PHP implementation of it was kinda tricky and I wanted to write my own anyway, so that is exactly what I did.
After a while of fruitlessly trying to get MD5 checksums to match those being sent by the browser, I finally realised that it was all defined nicely in the aforementioned RFC and that I just hadn't noticed it.... Figuring out how to do Auth-int in PHP was also "fun".
Anyway, the current version of my implementation is now available to anyone who is interested. There are various issues with it that are all documented in the comments at the top along with the usage instructions and other such information.
As of 2005-09-12 I have explicitly released this code as public domain. This means you can do anything you want with it - I have given up all rights to the work with no strings attached. You do not need to credit me if you use this code (though it is always welcomed).
Posted: 2003-07-23 09:37:03 UTC by Xiven | Cross-references (1) | Comments (11)
mozilla.org gets website that doesn't suck
Yes, mozilla.org now actually looks good. Give that man a cookie (I won't dwell too long on the <table>
abuse which is almost forgivable).
Posted: 2003-07-15 14:50:02 UTC by Xiven | Cross-references (0) | Comments (0)
As if we didn't see this coming
...long live Mozilla? Let's hope so.
Posted: 2003-07-15 14:24:07 UTC by Xiven | Cross-references (0) | Comments (0)
Real Life - Part 1
Web Content Generation Languages:
- I have 1 year's commercial experience writing web applications in ASP. I know the language well.
- I have no commercial experience with PHP, though I have considerable non-commercial experience (including what could well be the world's most complicated PHP-written web-based multiplayer game, my personal website, a contracted commercial website and a Content Management System under development). I can say with confidence that I know PHP much better than I know ASP.
So, guess which of the above 2 languages some employers will not even consider me for.
Posted: 2003-07-08 03:33:49 UTC by Xiven | Cross-references (0) | Comments (5)