jeffalo — 9/16/2022, 10:37:20 AM

random thought: someone should make a password manager that doesnt store your passwords, but instead, hashes your own password for you whenever you login/signup to a website.

so you dont have to remember weird complex passwords, your password manager doesnt have to store anything, and you can trust that your passwords are hashed regardless of the website’s security

♥ 20 ↩ 0 💬 16 comments

comments

reallysoftuser:

make it!

10/17/2022, 5:08:22 AM
qns:

i need this

9/21/2022, 2:56:38 AM
gilbert189:

putting it on my list of ideas

9/17/2022, 3:01:14 AM
cst1229:

how would you get the password back from the hash, though?

9/16/2022, 8:18:59 PM
jeffalo:

you don't. but you would be able to generate the hash again using the key

9/17/2022, 5:24:16 AM
cst1229:

then you would have to remember passwords or have the password manager store the passwords (you must have the password to login with a password)

9/18/2022, 2:50:08 PM
gilbert189:

I guess that’s the point. You have the convenience of a 4-digit code with the security of a normal password manager.

10/13/2022, 5:24:57 AM
chiroyce:

hmm i see.. but wouldn’t you need slightly different passwords for each site to make sure the hash is different?

9/16/2022, 11:19:40 AM
oren:

See jeffaro's below comment

9/16/2022, 11:34:57 AM
tnix:

but what would the advantage be over the password manager just generating a secure password that’s random each time?

9/16/2022, 11:13:56 AM
jeffalo:

the passwords dont have to be stored, and if you lost your passwords, you just need the encryption key+the same password part. but this idea isn’t really fleshed out yet. you woulnt be able to have salts among other things

9/16/2022, 3:43:11 PM
wynd:

you’d have to store the passwords somewhere in the cloud though because if you loose them you can’t sign into anything

9/16/2022, 10:52:50 AM
jeffalo:

it would hash them with a per site encryption key. something like sdfghsdjkfghjsdfgjhksdhjkfghjsdfgjh-wasteof.money

9/16/2022, 10:56:54 AM
wynd:

wasteof.passwords

9/16/2022, 11:04:52 AM
wynd:

(that would be a funny name, it would net be a waste of passwords)

9/16/2022, 11:06:10 AM
slider_on_the_black:

Sounds cool

9/16/2022, 10:44:31 AM