x/crypto/crypt/md5crypt: MD5 APR1 implementation of crypt(3).
This package implements Apache-specific MD5 APR1 password hashing algorithm, as documented at https://httpd.apache.org/docs/2.4/en/misc/password_encryptions.html.
Same hashing is also used by various Linux/BSD crypt(3) implementations with slightly different salt prefix. This is also supported by this package.
This is the first of the planned series of commits to implement https://github.com/golang/go/issues/14274 and fix https://github.com/abbot/go-http-auth/issues/48.
This PR (HEAD: c5812da7de9dd4eef7c601e293f4836b036b9570) has been imported to Gerrit for code review.
Please visit https://go-review.googlesource.com/c/crypto/+/354143 to see it.
Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info
Any update on this?