[exim-dev] [Bug 2441] [feature request] provide modern passw…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2441] [feature request] provide modern password schemes for crypteq
https://bugs.exim.org/show_bug.cgi?id=2441

--- Comment #1 from Andreas Metzler <eximusers@???> ---
In the normal (non-LDAP) calling form crypteq supports whatever your local
crypt() function supports. e.g. on linux salted md5, SHA-256 and SHA-512.

ametzler@argenau:~$ /usr/sbin/exim4 -be '${if crypteq {foo}
{\N$6$mw.hxboCoBLqXyz5$5SMkMFwKSoyFowTcgbz1Bx8nVzQMvUmE6oJyy3uBMOVaV6j732jSyeNf0z5NL1.Qan0CVQu7p1VjJHeRkGLVF.\N}{yes}{no}}'
yes
ametzler@argenau:~$ /usr/sbin/exim4 -be '${if crypteq {bar}
{\N$6$mw.hxboCoBLqXyz5$5SMkMFwKSoyFowTcgbz1Bx8nVzQMvUmE6oJyy3uBMOVaV6j732jSyeNf0z5NL1.Qan0CVQu7p1VjJHeRkGLVF.\N}{yes}{no}}'
no

--
You are receiving this mail because:
You are on the CC list for the bug.