135
Comments (14)
sorted by:
You're viewing a single comment thread. View all comments, or full comment thread.
7
Tiquortoo 7 points ago +7 / -0

Cookies don't contain anything that could recreate a password.

3
my_pw_is_password [S] 3 points ago +3 / -0

Where is the autofill stored then? Must be on the local PC somewhere right?

4
Tiquortoo 4 points ago +4 / -0

If you have autofill then it's just in a list in the browser. Encrypted usually behind your windows credentials. It can be viewed in the browser settings with a simple couple of clicks.

1
my_pw_is_password [S] 1 point ago +1 / -0

And if I stay logged in, that's cookies right? But I guess that just uses some public/private key hashes then, and they probably changed?

4
IlIlIlIlIl 4 points ago +4 / -0

Servers generate auth tokens from which passwords cannot be extracted. One popular approach is JWT.

1
Tiquortoo 1 point ago +1 / -0

The cookie does not have the password. It takes the place of it temporarily and yes often includes some crytpographically secured data only the server knows as "proof". It's not the password in any way though.