Skip to content

vzickner/dovecot-salted-hashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dovecot-salted-hashing

Version 1.0 - Mon 07 Jan 2012

by Valentin Zickner <zickner(at)querformatik(dot)de>

Important

Please use MD5-CRYPT if you only have salted passwords. This programm is only for compatiblity. It allows md5-hashes, md5-hashes salted and md5 salted-hashes.

Usage

This is a programm to use encrypted passwords for dovecot. You can use it in combination with the TYPO3 fe_users table. Enable in TYPO3 the salted user password hashes for frontend users and set the hashing method to "MD5 salted hashing (secure)".

Configure this program in checkpassword.h and compile it with "make all".

Then you can configure dovecot to use this hashing programm by adding following to your auth section: passdb checkpassword { args = /path/to/checkpassword }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages