Authentication [work] «2026 Update»
(what serious systems do):
The server sends a random challenge; the client combines it with the secret (e.g., password hash) and responds. The server recomputes. The secret never travels the wire. Used in some SASL mechanisms (e.g., for SMTP, LDAP). Stronger than plain password transmission. authentication