We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
87ff689
robert-virkus
No branches or pull requests
CRAM-MD5 is a common authentication mechanism.
Compare https://tools.ietf.org/html/rfc2195 and https://tools.ietf.org/html/rfc4954 for details
The text was updated successfully, but these errors were encountered: