Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

1 item tagged “base64”

URLsafe base64 encoding/decoding in two lines. A much better solution than my base65 hack—if you understand how base64 padding works (I didn’t) you can use it to generate URL-safe compressed hashes. Performance should be significantly better than my version. 0 28th August 2008, 9:57 am

A django site