How the DIGEST_AUTH_PASSWORD generated?

Hi there,

I'm trying to find how DIGEST_AUTH_PASSWORD generated. Any ideas?

I need to use it as part of my application authentication.

Regards,
Nas

Digest Auth is among the earliest authentication mechanisms of the web. It
is built into all Http libraries, so you generally just register
credentials and specify that you want to do digest auth, and everything is
handled by the library.

The specification: http://www.ietf.org/rfc/rfc2617.txt

Look at the ODK Briefcase source code for an example of how to use digest
auth with the Apache libraries.

··· On Thu, May 16, 2013 at 8:03 PM, Nasrul Hazim wrote:

Hi there,

I'm trying to find how DIGEST_AUTH_PASSWORD generated. Any ideas?

I need to use it as part of my application authentication.

Regards,
Nas

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Thank you for your reply. Will look into it.

Part from that, I'm thinking of making a registration page(other than from
ODK Aggregate) through a web page which built on other programming language
such as PHP. Is there any guideline or workflow how the registration goes?
It will be useful to expand the ODK Aggregate to a different programming
language.

I'm willing to help build it for community if it's doable.

Regards,
Nas

··· On Friday, 17 May 2013 21:24:55 UTC+8, Mitch wrote: > > Digest Auth is among the earliest authentication mechanisms of the web. It > is built into all Http libraries, so you generally just register > credentials and specify that you want to do digest auth, and everything is > handled by the library. > > The specification: http://www.ietf.org/rfc/rfc2617.txt > > Look at the ODK Briefcase source code for an example of how to use digest > auth with the Apache libraries. > > > > On Thu, May 16, 2013 at 8:03 PM, Nasrul Hazim <mia.za...@gmail.com wrote: > >> Hi there, >> >> I'm trying to find how DIGEST_AUTH_PASSWORD generated. Any ideas? >> >> I need to use it as part of my application authentication. >> >> Regards, >> Nas >> >> -- >> >> >> >> > > > > -- > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com >

I do not see the benefit.

If you don't want to use a Java-based server, others have periodically
posted questions about writing PHP-based servers. You might be able to
share or use one of their implementations.

··· On Tue, May 28, 2013 at 8:49 PM, Nasrul Hazim wrote:

Thank you for your reply. Will look into it.

Part from that, I'm thinking of making a registration page(other than from
ODK Aggregate) through a web page which built on other programming language
such as PHP. Is there any guideline or workflow how the registration goes?
It will be useful to expand the ODK Aggregate to a different programming
language.

I'm willing to help build it for community if it's doable.

Regards,
Nas

On Friday, 17 May 2013 21:24:55 UTC+8, Mitch wrote:

Digest Auth is among the earliest authentication mechanisms of the web.
It is built into all Http libraries, so you generally just register
credentials and specify that you want to do digest auth, and everything is
handled by the library.

The specification: http://www.ietf.org/rfc/**rfc2617.txthttp://www.ietf.org/rfc/rfc2617.txt

Look at the ODK Briefcase source code for an example of how to use digest
auth with the Apache libraries.

On Thu, May 16, 2013 at 8:03 PM, Nasrul Hazim mia.za...@gmail.comwrote:

Hi there,

I'm trying to find how DIGEST_AUTH_PASSWORD generated. Any ideas?

I need to use it as part of my application authentication.

Regards,
Nas

--

--
Mitch Sundt
Software Engineer
University of Washington
mitche...@gmail.com

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com