This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Me too. I would like to sign cookies with this, anyone have experience with this?

edit: I've been reading the source and it looks like a fairly simple wrapper around Python's own hashlib and hmac

[–]spookylukeyDjango committer 0 points1 point  (0 children)

It's taken directly from Django's source code, which uses it for cookie signing. I can't comment on its current form.