ritter.vg
authentication poc
07 Apr 2009 16:29:00 EST

I added a new Proof of Concept - this one on an authentication idea I had for lost passwords. Secret Questions suck, picking your own secret question sucks. Filling out a form of 100 items really sucks. Picking a few questions to answer out of 100 questions sucks because you have to read them all. But if we organize the questions in a way that they're very easy to "skim" we can present the user or attacker with 100 choices of questions to answer.

I also changed around some styles to try and make the site more readable.

Comments
Add a comment...
required
required, hidden, gravatared

required, markdown enabled (help)
you type:you see:
*italics*italics
**bold**bold
[stolen from reddit!](http://reddit.com)stolen from reddit!
* item 1
* item 2
* item 3
  • item 1
  • item 2
  • item 3
> quoted text
quoted text
Lines starting with four spaces
are treated like code:

    if 1 * 2 < 3:
        print "hello, world!"
Lines starting with four spaces
are treated like code:
if 1 * 2 < 3:
    print "hello, world!"