Re: Digest authentication for Xavante?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Digest authentication for Xavante?
- From: Diego Nehab <diego@...>
- Date: 2006年1月11日 17:43:05 -0500 (EST)
Hi,
in fact, i haven't really read the digest authentication specification; i
can't claim to understand it.
I think all you need is base64 encoding (LuaSocket gives that to you)
and md5 (Roberto used to have a library for that). It's very similar to
the basic.
Regards,
Diego.