module Capsium::Reactor::Htpasswd::Md5Crypt

md5-crypt as deployed by Apache htpasswd, OpenSSL and glibc ($1$ and $apr1$ magics; identical except for the magic string). NOTE: Poul-Henning Kamp’s original FreeBSD implementation mixed the magic in at the % 7 step where all deployed implementations mix in the password (see apr_md5.c, glibc crypt-md5.c).