But there are some situations where multiple users have access to the Caddyfile, and they can see the password in plain text. For enhanced security, can passwords be hashed? Is that a feature we could eventually have?
We can implement it into basicauth, just need to do it right. If we did support it, I would only want good hashes to be allowed (bcrypt, scrypt), and require a salt.