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

hash share passwords #1462

Merged
merged 1 commit into from
Feb 9, 2021
Merged

hash share passwords #1462

merged 1 commit into from
Feb 9, 2021

Conversation

C0rby
Copy link
Contributor

@C0rby C0rby commented Feb 8, 2021

Passwords should never be stored in plaintext. The manager stored them base64 encoded which is very easily decoded to plaintext. Now the passwords are hashed using the bcrypt algorithm with a default cost of 11. The cost can be configured.

Passwords should never be stored in plaintext. The manager stored them base64 encoded which is very easily decoded to plaintext. Now the passwords are hashed using the bcrypt algorithm with a default cost of 11. The cost can be configured.
@C0rby C0rby requested a review from labkode as a code owner February 8, 2021 15:53
@C0rby C0rby self-assigned this Feb 8, 2021
@C0rby C0rby requested review from refs and butonic February 8, 2021 15:53
@ishank011
Copy link
Contributor

@C0rby good to merge?

@C0rby
Copy link
Contributor Author

C0rby commented Feb 9, 2021

Yes, from my PoV it's ready.

@ishank011 ishank011 merged commit 345a281 into cs3org:master Feb 9, 2021
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