wiki:HtBlowfishStorePlugin

Version 6 (modified by figaro, 9 years ago) (diff)

Cosmetic changes

HtPasswdStore with Blowfish support plugin

Description

This plugin extends HtPasswdStore for AccountManagerPlugin with Blowfish support. It is useful when migrating from systems which used crypt with Blowfish hash. In this case it is recommended that you set htpasswd_hash_type to something else so that new or updated passwords will be in a new format.

Bugs/Feature Requests

Please use GitHub for any issues you have with HtBlowfishStorePlugin.

Download

Download the zipped source from here.

Source

You can clone HtBlowfishStorePlugin from here using git, or browse the source on GitHub.

Installation

To install this plugin, run the following:

pip install HtBlowfishStorePlugin

For more information, please follow documentation on how to install Trac's plugins.

Enable this plugin in your trac.ini file as follows:

[components]
HtBlowfishStorePlugin.* = enabled

Configuration

After enabling this plugin, you can configure it as follows:

password_file = /path/to/your.htpasswd
password_store = HtBlowfishStore
htpasswd_hash_type = md5

Author/Contributors

Author: mitar
Maintainer: mitar
Contributors: