Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP support CRAM-MD5 authentication #108

Closed
robert-virkus opened this issue Jan 12, 2021 · 0 comments
Closed

SMTP support CRAM-MD5 authentication #108

robert-virkus opened this issue Jan 12, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request smtp

Comments

@robert-virkus
Copy link
Member

CRAM-MD5 is a common authentication mechanism.

C: AUTH CRAM-MD5
S: 334 BASE64(NONCE)
C: BASE64(USERNAME, " ", MD5((SECRET XOR opad),MD5((SECRET XOR ipad), NONCE)))
S: 235 Authentication succeeded

Compare https://tools.ietf.org/html/rfc2195 and https://tools.ietf.org/html/rfc4954 for details

@robert-virkus robert-virkus added enhancement New feature or request smtp labels Jan 12, 2021
@robert-virkus robert-virkus self-assigned this Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request smtp
Projects
None yet
Development

No branches or pull requests

1 participant