Instalar Steam
iniciar sesión
|
idioma
简体中文 (Chino simplificado)
繁體中文 (Chino tradicional)
日本語 (Japonés)
한국어 (Coreano)
ไทย (Tailandés)
български (Búlgaro)
Čeština (Checo)
Dansk (Danés)
Deutsch (Alemán)
English (Inglés)
Español - España
Ελληνικά (Griego)
Français (Francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (Húngaro)
Nederlands (Holandés)
Norsk (Noruego)
Polski (Polaco)
Português (Portugués de Portugal)
Português - Brasil (Portugués - Brasil)
Română (Rumano)
Русский (Ruso)
Suomi (Finés)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Informar de un error de traducción
I am very well aware of it... but here's the thing using it locks things down on your account for a few weeks. No trading, no market place etc.
I am aware that it would be a risk but if the machine itself is secure well... the password doesn't need to be
If the machine is secure, can't you just set it to remember your password?
Which is what I do... which is why I forget the damned password after about 3-4 months which causes problems when I actually need to remember.
Then you HAVE to remember it
You should invest in a centralized password database maybe like KeePass
There are plenty of free programs/apps that store passwords in an encrypted format and since you say this is not a frequent problem it shouldn't be much of a hassel to check something like that the few times it becomes necessary.
Steam doesn't store your password
Steam stores a salted/hashed version of your password. Which we know from the Steam breach from a few years ago.
Thus Steam cannot actually show you what your password is. It actually has no idea what it is. The datastream of your login is
1) Type in your password
2) STeam encrypts this data even before it hits the HTTPS tunnel
3) an encrypted version of your password is sent (this is the primary reason HeartBleed did not impact any Steam users because passwords were encryted INSIDE the HTTPS tunnel)
4) Password is decrypted on the other end
5) The server finds your account
6) The server uses the same salt and hashing algorithm
7) The servervchecks if the hashes match
8) You are authenticated
At no point does Steam ever actually store your password in a format where it could give you the plaintext password.