Re: how to "encrypt" the password/login for the blog.rb example?

2008-03-12 Thread Jonas Pfenniger
2008/2/25, Albert Ng <[EMAIL PROTECTED]>: > I'll keep that in mind. > > As an aside, using this gem, how would I go about changing the user without > closing the browser or raising «Unauthorized»? That last pops up a log-in > window that can't authorize (have to press escape). There is no perfect

Re: how to "encrypt" the password/login for the blog.rb example?

2008-02-25 Thread Albert Ng
On Mon, Feb 25, 2008 at 6:24 PM, Aria Stewart <[EMAIL PROTECTED]> wrote: > > On Feb 25, 2008, at 2:21 PM, Albert Ng wrote: > > > I'll keep that in mind. > > > > As an aside, using this gem, how would I go about changing the user > > without closing the browser or raising «Unauthorized»? That last

Re: how to "encrypt" the password/login for the blog.rb example?

2008-02-25 Thread Aria Stewart
On Feb 25, 2008, at 2:21 PM, Albert Ng wrote: > I'll keep that in mind. > > As an aside, using this gem, how would I go about changing the user > without closing the browser or raising «Unauthorized»? That last > pops up a log-in window that can't authorize (have to press escape). You can't

Re: how to "encrypt" the password/login for the blog.rb example?

2008-02-25 Thread Albert Ng
I'll keep that in mind. As an aside, using this gem, how would I go about changing the user without closing the browser or raising «Unauthorized»? That last pops up a log-in window that can't authorize (have to press escape). On Mon, Feb 25, 2008 at 6:22 AM, Manfred Stienstra <[EMAIL PROTECTED

Re: how to "encrypt" the password/login for the blog.rb example?

2008-02-25 Thread Manfred Stienstra
On Feb 23, 2008, at 7:10 PM, Brendan Taylor wrote: > I've attached a module for doing digest auth with Camping. It uses the > httpauth gem. You have to take care when using httpauth because it doesn't do any internal validation of the digest authorization request, so I think it might be vuln

Re: how to "encrypt" the password/login for the blog.rb example?

2008-02-24 Thread Brendan Taylor
On Sat, Feb 23, 2008 at 11:32:32PM -0400, Albert Ng wrote: > Mr Taylor, I have used your module for digest authorization and was > wondering if you could answer a couple of questions: > What does module_function do without calling a :symbol?

Re: how to "encrypt" the password/login for the blog.rb example?

2008-02-23 Thread Albert Ng
Thank you Mr. Taylor, Mr. Stienstra It feels so great to be on the cutting edge of 1999's web encryption and authorization! Mr Taylor, I have used your module for digest authorization and was wondering if you could answer a couple of questions: What does module_function do without calling a :symb

Re: how to "encrypt" the password/login for the blog.rb example?

2008-02-23 Thread Brendan Taylor
On Fri, Feb 22, 2008 at 07:39:59PM +0100, Manfred Stienstra wrote: > On Feb 22, 2008, at 7:28 PM, Albert Ng wrote: > > > looking at the blog.rb example, I see a very nice example of > > authentication, but the username/password is transmitted in clear > > text form > > > > My question then is,

Re: how to "encrypt" the password/login for the blog.rb example?

2008-02-22 Thread Albert Ng
Thanks a bunch, that helps a lot. As an aside, there's no mention of this mailing list on the camping wiki On Fri, Feb 22, 2008 at 2:39 PM, Manfred Stienstra <[EMAIL PROTECTED]> wrote: > On Feb 22, 2008, at 7:28 PM, Albert Ng wrote: > > > looking at the blog.rb example, I see a very nice example

Re: how to "encrypt" the password/login for the blog.rb example?

2008-02-22 Thread Manfred Stienstra
On Feb 22, 2008, at 7:28 PM, Albert Ng wrote: > looking at the blog.rb example, I see a very nice example of > authentication, but the username/password is transmitted in clear > text form > > My question then is, Is there an easy way of "encrypting" that > information? Well, the easiest wa

how to "encrypt" the password/login for the blog.rb example?

2008-02-22 Thread Albert Ng
Greetings all I find myself in need of making a little 3 page app that will run scripts, and my first thought was Camping! looking at the blog.rb example, I see a very nice example of authentication, but the username/password is transmitted in clear text form My question then is, Is there an eas