|
|
|
|
|
by leobelle
4477 days ago
|
|
> Who the hell thinks it's OK to store non-encrypted passwords in this day and age? The post gave no indication how Cricketer was storing the passwords. They may very well be stored encrypted. You can send plain text passwords back if you've encrypted them, you just have to decrypt them first. There's no point at all in returning the results of encrypting a password if the clients don't know how to decrypt those results. Given that the API uses plain text HTTP, I doubt that the passwords are encrypted. What the passwords are not stored as however, are hashes. A hash is not the same as text that was encrypted. A hash is a difficult to reverse unique identifier for bit of text. Having said all this, it is funny to see your post, and all its replies making fun of security incompetency while also being incompetent in themselves. |
|
Yes, and security-wise that's just a slightly obfuscated version of plain text.