[PR #850] [MERGED] initial implementation of BCRYPTHasher with unit test #2029

Closed
opened 2026-02-27 11:20:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/850
Author: @cl0secall
Created: 3/16/2016
Status: Merged
Merged: 4/19/2016
Merged by: @tonioo

Base: masterHead: blf-crypt


📝 Commits (2)

  • d2e163c initial implementation of BCRYPTHasher. Tested on OpenBSD.
  • d58f876 unit test plus fixes for naming of the hasher.

📊 Changes

4 files changed (+32 additions, -2 deletions)

View changed files

📝 modoboa/admin/tests/password_schemes.py (+3 -0)
📝 modoboa/core/app_settings.py (+1 -0)
📝 modoboa/core/password_hashers/__init__.py (+1 -1)
📝 modoboa/core/password_hashers/advanced.py (+27 -1)

📄 Description

based on tag 1.4.5. adds BCRYPTHasher to modoboa.core.password_hashers.advanced, along with necessary glue. This implementation fixes "rounds" at 12.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/850 **Author:** [@cl0secall](https://github.com/cl0secall) **Created:** 3/16/2016 **Status:** ✅ Merged **Merged:** 4/19/2016 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `blf-crypt` --- ### 📝 Commits (2) - [`d2e163c`](https://github.com/modoboa/modoboa/commit/d2e163c1c1c8a0bf04759a2e20d36597b5145d07) initial implementation of BCRYPTHasher. Tested on OpenBSD. - [`d58f876`](https://github.com/modoboa/modoboa/commit/d58f87665d9a3b6c8e82973676ffc5320a092b98) unit test plus fixes for naming of the hasher. ### 📊 Changes **4 files changed** (+32 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `modoboa/admin/tests/password_schemes.py` (+3 -0) 📝 `modoboa/core/app_settings.py` (+1 -0) 📝 `modoboa/core/password_hashers/__init__.py` (+1 -1) 📝 `modoboa/core/password_hashers/advanced.py` (+27 -1) </details> ### 📄 Description based on tag 1.4.5. adds BCRYPTHasher to modoboa.core.password_hashers.advanced, along with necessary glue. This implementation fixes "rounds" at 12. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 11:20:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2029
No description provided.