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
- Host: GitHub
- URL: https://github.com/zauguin/dovecot-auth-bcrypt
- Owner: zauguin
- Created: 2017-03-28T14:42:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T15:20:12.000Z (about 8 years ago)
- Last Synced: 2025-01-05T04:29:15.291Z (4 months ago)
- Topics: bcrypt, dovecot, mail, password-hash
- Language: C
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ./installIf the build step can not find `dovecot-config`, pass the full path of this file to `./build`.