Skip to content

LuckyFellow/dovecot-libsodium-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libsodium password hashing schemes plugin

⚠️ Compatibility

Compatible with Dovecot < 2.3.0 only

Requires installed libsodium: https://download.libsodium.org/doc/installation/

Configure, Compile, Install the plugin:
./autogen.sh
./configure
make
sudo make install

Test the plugin: doveadm pw -s scrypt
doveadm pw -s argon2


Obsolete

This plugin became obsolete with the release of Dovecot 2.3.0, which introduced native support for modern password hashing algorithms such as Argon2.

👉 See Issue #5 for details.
Previously used in production to provide scrypt and early argon2 support via libsodium, before official integration.
Bridged the gap until native support for modern password hashing became available.

About

Libsodium plugin for Dovecot mail server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors