Live data from Hacker News

SQRL - Replacement for usernames and passwords

grc.com

21–30 of 138 posts

Re: SQRL - Replacement for usernames and passwords

#22

"because the private key required to create the signature never leaves your smartphone." Sure. People never get their phones stolen, never buy new phones, people never irreplaceably destroy their phones dropping them in a toilet.

He points this out himself under "Among the problems we have solved to create a practical solution, are:". It is toward the bottom.

Re: SQRL - Replacement for usernames and passwords

#23

"because the private key required to create the signature never leaves your smartphone." Sure. People never get their phones stolen, never buy new phones, people never irreplaceably destroy their phones dropping them in a toilet.

He described a local password (basically a passphrase) on the "The user's view of the application" page[1].

[1] https://www.grc.com/sqrl/userview.htm

Re: SQRL - Replacement for usernames and passwords

#24
post #18

http://attrition.org/errata/charlatan/steve_gibson/ > Steve Gibson is somewhat of a "fringe" charlatan. In some professional security circles, he is not considered a reputable security professional, rather more of a snake oil salesman peddling third-rate software with bold claims. While many of his claims are a bit outlandish or bold, few, if any, are demonstrably false. However, when asked to speak on security topic…

Not to use a debate cliché, but isn't this a ridiculously shameless ad hominem? He's published the protocol and disavowed any intellectual property claim to it. Let's focus on critiquing the protocol.

An ad hominem attack would be attacking him for unrelated traits, i.e. "we can't trust people with blue eyes!"

I believe his history as a snake oil salesman is highly relevant to his current "security" work.

Re: SQRL - Replacement for usernames and passwords

#25

Earlier quoted context omitted.

It's not - it's really just a password manager. The "something I know and something I have" is completely removed by only requiring you to have the phone. If it's a password manager, then that is what it is; if it's meant for security, then it comes back to the recent article on fingerprints not being a password.

It's not really a password manager--there's no shared secrets. The site identifies you by a public key. For authentication, it gives you a nonce, and you sign it with the corresponding private key. All the secrets are kept on your device. I've wondered about the "something I know" dimension as well. Perhaps a passphrase could be used (it already is used to secure the master key). It'd still be a major improvement, as…

Right; I guess password manager was a bit of an over simplification there - sorry about that, as was the fingerprint analogy - I guess it's more a concern of someone having my phone and thus instant access. An additional factor would help with that by bringing in the "something I know" dimension.

Re: SQRL - Replacement for usernames and passwords

#26
post #5

How is this better than any other phone-based 2-factor auth scheme?

It's 1 step. Just scan a code. Con: requires internet connectivity, unlike some 2-factor implementations

2-factor can be done in the post-password sense (require the second factor after this SQRL step), or alternatively, the algorithm the phone does could use a second factor at that point.

Re: SQRL - Replacement for usernames and passwords

#27
post #24

Earlier quoted context omitted.

Not to use a debate cliché, but isn't this a ridiculously shameless ad hominem? He's published the protocol and disavowed any intellectual property claim to it. Let's focus on critiquing the protocol.

An ad hominem attack would be attacking him for unrelated traits, i.e. "we can't trust people with blue eyes!" I believe his history as a snake oil salesman is highly relevant to his current "security" work.

Sure, if you're using an appeal to authority as part of the argument in favor of the protocol. Hopefully we're relying more on logical analysis of the protocol than we are on the proposer's authority, in any security context. Isn't that one of the points of open protocols?

Re: SQRL - Replacement for usernames and passwords

#29
post #24

Earlier quoted context omitted.

Not to use a debate cliché, but isn't this a ridiculously shameless ad hominem? He's published the protocol and disavowed any intellectual property claim to it. Let's focus on critiquing the protocol.

An ad hominem attack would be attacking him for unrelated traits, i.e. "we can't trust people with blue eyes!" I believe his history as a snake oil salesman is highly relevant to his current "security" work.

It's still an ad hominem - the merits of his argument should stand independent to who he is or his history on any topic.

Doesn't mean it's not worth talking about, though. After all, science is entirely founded on a kind of inductive reasoning, so logical fallacies aren't crazy to consider.

Re: SQRL - Replacement for usernames and passwords

#30

Earlier quoted context omitted.

It's not really a password manager--there's no shared secrets. The site identifies you by a public key. For authentication, it gives you a nonce, and you sign it with the corresponding private key. All the secrets are kept on your device. I've wondered about the "something I know" dimension as well. Perhaps a passphrase could be used (it already is used to secure the master key). It'd still be a major improvement, as…

Right; I guess password manager was a bit of an over simplification there - sorry about that, as was the fingerprint analogy - I guess it's more a concern of someone having my phone and thus instant access. An additional factor would help with that by bringing in the "something I know" dimension.

Yeah, that's a concern of mine too. Looking deeper at the description, looks like he describes a passphrase-like "local password" on the "The user's view of the application" page [1]. Hopefully that would address that issue (at least as much as passphrases do for SSH keys).

(And no problem. If we were forced to comment using only precise terms, with no simplifications, comments would either be ridiculously long or nonexistent.)

[1] https://www.grc.com/sqrl/userview.htm

Post reply on HN