Actions
User story #16674
closedUse BCrypt by default for storing user's local password
Effort required:
Name check:
To do
Fix check:
Checked
Regression:
Description
Currently, we use md5, sha1, sha256 and sha512 to hash password and store them in a user configuration file. It would be safer to use a salted hash function.
We should use BCrypt as the hash function by default for the password.
Updated by Elaad FURREEDAN almost 5 years ago
- Status changed from New to In progress
Updated by Elaad FURREEDAN almost 5 years ago
- Assignee changed from Elaad FURREEDAN to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/2765
Updated by Anonymous almost 5 years ago
- Status changed from In progress to Pending release
Applied in changeset rudder|735f39e96ce10e39ce748e8642ee58876ffaca57.
Updated by Elaad FURREEDAN almost 5 years ago
- Related to User story #16720: Add BCrypt support for password encoder message box added
Updated by Elaad FURREEDAN almost 5 years ago
- Related to User story #16731: Adapt user configuration file to remove default admin credentials added
Updated by Elaad FURREEDAN almost 5 years ago
- Related to User story #16730: Update users configuration file to add BCrypt support added
Updated by Elaad FURREEDAN almost 5 years ago
- Related to User story #16729: Add upgrade note to document how to switch from previous hash function to BCrypt added
Updated by Elaad FURREEDAN almost 5 years ago
- Related to User story #16724: Add Bcrypt support informations added
Updated by Elaad FURREEDAN almost 5 years ago
- Related to User story #16723: Update documentation with missing informations added
Updated by Elaad FURREEDAN almost 5 years ago
- Related to deleted (User story #16720: Add BCrypt support for password encoder message box)
Updated by François ARMAND over 4 years ago
- Tracker changed from Bug to User story
- Priority deleted (
0)
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.0~beta1 which was released today.
Updated by Alexis Mousset over 4 years ago
- Subject changed from We should use BCrypt by default for storing user's local password to Use BCrypt by default for storing user's local password
Updated by Elaad FURREEDAN over 4 years ago
- Fix check changed from To do to Checked
Actions