Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Salt the password hash #160

Closed
waldoj opened this issue Dec 18, 2017 · 1 comment
Closed

Salt the password hash #160

waldoj opened this issue Dec 18, 2017 · 1 comment

Comments

@waldoj
Copy link
Member

waldoj commented Dec 18, 2017

Right now, passwords are hashed, but the hash isn't salted. Do these things:

  1. Create a constant to store the salt.
  2. Put the salt on Travis CI.
  3. Add salting to login.php.
  4. Write and run a script to salt all existing passwords.
@waldoj
Copy link
Member Author

waldoj commented Sep 2, 2019

Closed as a duplicate of #330.

@waldoj waldoj closed this as completed Sep 2, 2019
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

No branches or pull requests

1 participant