Encrypted password database
Discussion
so the passwords will be stored in a table in a database.
the database won't be encrypted.
the passwords are not encrypted, they should be hashed and salted. The hashing should be done using a decent hashing function, salt should be on a per-user basis.
and yes, you should be using a different password per site. If you can do it, a different login per site too.
the database won't be encrypted.
the passwords are not encrypted, they should be hashed and salted. The hashing should be done using a decent hashing function, salt should be on a per-user basis.
and yes, you should be using a different password per site. If you can do it, a different login per site too.
eeLee said:
so the passwords will be stored in a table in a database.
the database won't be encrypted.
the passwords are not encrypted, they should be hashed and salted. The hashing should be done using a decent hashing function, salt should be on a per-user basis.
and yes, you should be using a different password per site. If you can do it, a different login per site too.
This is what I do. Unique email, unique password and a username that wouldn't return a meaningful hit if googled.. The worst damage that could be done is someone st-posts as me for a while (I know, I know...how would you tell etc... ).the database won't be encrypted.
the passwords are not encrypted, they should be hashed and salted. The hashing should be done using a decent hashing function, salt should be on a per-user basis.
and yes, you should be using a different password per site. If you can do it, a different login per site too.
e-honda said:
They will be hashed
it's not the 90s any more
You'd be surprised how many big companies still keep passwords in plain text files.it's not the 90s any more
One very big one who really should know better: https://www.theguardian.com/technology/2019/mar/21...
Mr Penguin said:
You'd be surprised how many big companies still keep passwords in plain text files.
One very big one who really should know better: https://www.theguardian.com/technology/2019/mar/21...
Accidentally capturing inflight passwords in logs is not the same thing as keeping passwords in plain text files.One very big one who really should know better: https://www.theguardian.com/technology/2019/mar/21...
Gassing Station | Computers, Gadgets & Stuff | Top of Page | What's New | My Stuff