• 1 Post
  • 91 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle
  • The databases aren’t encrypted exactly…

    The DB don’t even store passwords, but a hash of a user’s password. When someone logs in, their password is hashed and compared to what’s stored in the DB. If they match, entry is granted.

    Passwords stored as one-way hashes are cracked by generating passwords and running them against the same hash algorithm, like sha256, sha-1 or md5 if you’re especially shitty at protecting information. Same hash = same password in most cases. The cracking is done using GPUs because they accelerate at those types of functions. This doesn’t even consider salted hashes which make the process more difficult for an attacker.

    You do this locally so that you don’t lock a username out or trip alerts or become noticed by someone until you’re ready to gain access.












  • +1 to steam sales being more worthwhile back then. I 1000% understand the ownership thing. I don’t think most people had to consider what digital purchases really could mean until Sony pulled purchased content out of people’s libraries.

    I personally don’t think Steam is comparable to Sony apart from digital purchases. Steam or Valve aren’t beholden to large share holders because they aren’t publicly traded, I don’t think they’ll have the same objectives as Sony and prioritize their users instead of public shareholders.

    I’d be happier if dedicated servers became the norm again for developers. Games wouldn’t disappear at the flick of a switch when servers are decommissioned.