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

Update documentation for password hashing. #1214

Merged
merged 1 commit into from Sep 12, 2016
Merged

Update documentation for password hashing. #1214

merged 1 commit into from Sep 12, 2016

Conversation

SadieCat
Copy link
Member

@SadieCat SadieCat commented Sep 9, 2016

  • Follow best current practises by using bcrypt almost everywhere
    in the example configuration files.
  • Document the existence of new hashing modules in master.

# ripemd160) and the password hashing module (password_hash) to be
# loaded.
# You may also use one of the above prefixed with either "hmac-" or
# "pbkdf2-hmac-" (requires the pbkdf2 module).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't use bcrypt with pbkdf2

@attilamolnar attilamolnar added this to the v3.0 milestone Sep 12, 2016
- Follow best current practises by using bcrypt almost everywhere
  in the example configuration files.
- Document the existence of new hashing modules in master.
@SadieCat
Copy link
Member Author

@attilamolnar Fixed (and I reverted my <power> changes as we are removing that).

@attilamolnar attilamolnar added the enhancement New feature or request label Sep 12, 2016
@attilamolnar attilamolnar merged commit 2bba78d into inspircd:master Sep 12, 2016
@attilamolnar
Copy link
Member

Thanks!

@SadieCat SadieCat deleted the master+hash branch September 12, 2016 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

None yet

2 participants