I suggest a password and/or key wallet at the client end. Secure that by biometrics, passphrase, trusted key, or however you want to secure your own password wallet.

This solution allows you to have separate keys or passwords for separate sites. If one gets compromised, then you have partitioned the damage. The only way all of your personal site credentials get stolen is if your wallet software (or hardware) gets compromised. That package and its data are in your possession on a system you, your employees, or your contractors secure. You're not depending on some site on which you may or may not be currently active to keep your credentials for everything safe.

This solution also allows you to have a single sign-on experience at your own expense and effort without pulling in the resources of site administrators or effecting the credential storage of other people. You keep your passwords over there and I'll keep mine over here. I think that works well enough for everyone.

I'm not sure this has anything to do with Perl unless you're assuming that Perl will be the implementation language.


In reply to Re: OpenID alternatives, what do you suggest by mr_mischief
in thread OpenID alternatives, what do you suggest by zentara

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.