Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Sep 26, 2016

Storing passwords in plaintext is a security risk,
the proper way to store passwords is to store
only the hash value of the password.
Hash functions such as SHA are general purpose,
other solutions like pbkdf2 offer more security by
making the hash procedure much more computationally
intensive, preventing some attacks.

Storing passwords in plaintext is a security risk,
the proper way to store passwords is to store
only the hash value of the password.
Hash functions such as SHA are general purpose,
other solutions like pbkdf2 offer more security by
making the hash procedure much more computationally
intensive, preventing some attacks.
@JonasPardon
Copy link

How has there been a fix for more than 3 years, but the passwords are still stored in plain text? Boggles my mind. How people implement plain text passwords in the first place is insane.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants