An open API service indexing awesome lists of open source software.

https://github.com/zauguin/dovecot-auth-bcrypt


https://github.com/zauguin/dovecot-auth-bcrypt

bcrypt dovecot mail password-hash

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

bcrypt for Dovecot
==================

Bcrypt password scheme for Dovecot. Based on [rg3's bcrypt wrapper](https://github.com/rg3/bcrypt) for [crypt_blowfish](http://www.openwall.com/crypt/).

We provide the `BCRYPT` hashing scheme which should be compatible with the builtin `BLF-CRYPT` which is not supported on most linux systems.

Build & Install
---------------

git clone https://github.com/zauguin/dovecot-auth-bcrypt.git
cd dovecot-auth-bcrypt
./build
sudo ./install

If the build step can not find `dovecot-config`, pass the full path of this file to `./build`.