SIGforum
What are Passkeys

This topic can be found at:
https://sigforum.com/eve/forums/a/tpc/f/320601935/m/8890008615

August 23, 2025, 11:35 AM
Pipe Smoker
What are Passkeys
quote:
Originally posted by architect:
<snip>
The Achilles heel of a hash-based authentication store is that the challenge must be presented "in the clear" so there is an additional attack surface that has to be addressed.
<snip>

The challenge is a request to enter your username and password. No security issue with that challenge. The response to that challenge is certainly not presented "in the clear" – it’s encrypted.

Am I misunderstanding your comment?



Serious about crackers.
August 23, 2025, 07:58 PM
oldbill123
At work, we had a Secure Id token. A small device that used a rolling code much like a garage door opener
August 24, 2025, 10:20 AM
architect
quote:
Originally posted by Pipe Smoker:
quote:
Originally posted by architect:
<snip>
The Achilles heel of a hash-based authentication store is that the challenge must be presented "in the clear" so there is an additional attack surface that has to be addressed.
<snip>

The challenge is a request to enter your username and password. No security issue with that challenge. The response to that challenge is certainly not presented "in the clear" – it’s encrypted.

Am I misunderstanding your comment?
Yes.

I'm using the word "challenge" as a general term for credential presentation, not as a specific challenge/response mechanism. My comment was intended to illustrate that various authentication methods are not without their costs, closing a "hole" in one aspect often exposes an attack surface in another.

Basically, if the entity you are authenticating against maintains their knowledge base (e.g. a list of valid passwords) in hashed or encrypted form, they must receive your credentials in plain text. Only if they maintain a plain text knowledge base can credentials be presented in encrypted or hashed formats. So somewhere there has to be plain text in the conversation or on a storage medium, which is open to interception by an out-of-bounds attack.
August 25, 2025, 02:19 PM
SigJacket
quote:
Originally posted by architect:

Basically, if the entity you are authenticating against maintains their knowledge base (e.g. a list of valid passwords) in hashed or encrypted form, they must receive your credentials in plain text. Only if they maintain a plain text knowledge base can credentials be presented in encrypted or hashed formats. So somewhere there has to be plain text in the conversation or on a storage medium, which is open to interception by an out-of-bounds attack.


Just adding some clarity for the thread, not disagreeing.

Credentials entered in the browser on a secure site are encrypted in transit as part of the browser session, but then would be decrypted at the other end. Thus, plain text presentation to the authentication layer.


--
I always prefer reality when I can figure out what it is.

JALLEN 10/18/18
https://sigforum.com/eve/forum...610094844#7610094844
August 25, 2025, 04:12 PM
smlsig
quote:
Originally posted by Pipe Smoker:
quote:
For those who hate repeatedly entering usernames and passwords

With a good PW Manager it isn’t hard. The PW Manager apps on my iPhone and MacBook sync. Change an entry in one device and it’s almost immediately changed on the other device too.


Do you use one you’d care to recommend?


------------------
Eddie

Our Founding Fathers were men who understood that the right thing is not necessarily the written thing. -kkina
August 25, 2025, 06:52 PM
Pipe Smoker
^^^^^
I use mSecure. $14.99/year. There are free apps for my MacBook and iPhone. Probably PC and Android too. I pay the annual fee via an Apple “subscription”. Very convenient.

There’s a media choice for syncing the apps: Wi-Fi, Dropbox, and mSecure’s own server. I use the latter. No additional cost, and no third-party involved. I’ve never seen that server down.

I’ve used mSecure for more than ten years.



Serious about crackers.