Difference between revisions of "SASL Authentication and SCRAM"

Jump to navigation Jump to search
m
no edit summary
m (Neustradamus moved page SASLandSCRAM-SHA-1 to SASL and SCRAM-SHA-1)
 
m
Line 1: Line 1:
[https://tools.ietf.org/html/rfc5802 SCRAM-SHA-1] is a SASL mechanism improving on [[SASLandDIGEST-MD5|DIGEST-MD5]]. Its main benefits are in offering both a method to salt and hash the password in storage and in transit. This page aims to give a short introduction on how to implement it in a client.
[https://tools.ietf.org/html/rfc5802 SCRAM-SHA-1] is a SASL mechanism improving on [[SASLandDIGEST-MD5|DIGEST-MD5]]. Its main benefits are in offering both a method to salt and hash the password in storage and in transit. This page aims to give a short introduction on how to implement it in a client.
Note: There is an update of SCRAM-SHA-1/SCRAM-SHA-1-PLUS: "[https://tools.ietf.org/html/rfc5802 Salted Challenge Response Authentication Mechanism (SCRAM) SASL and GSS-API Mechanisms]"
  [https://tools.ietf.org/html/rfc7677 RFC7677: SCRAM-SHA-256 and SCRAM-SHA-256-PLUS Simple Authentication and Security Layer (SASL) Mechanisms]


== Overview ==
== Overview ==
216

edits

Navigation menu