Registry / auth / xdg-go-scram

xdg-go-scram

JSON →
library1.2.0gogounverified

Package scram provides client and server implementations of the Salted Challenge Response Authentication Mechanism (SCRAM) as described in RFC-5802, RFC-7677, and RFC-9266.

go get github.com/xdg-go/scram
INSTALL
IMPORT
SIG · XDG-GO-SCRAM
X
xdg-go-scram
authgov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

scram
github.com/xdg-go/scram

Creates a SCRAM client using SHA-1 and performs the first authentication step.

package main import ( "fmt" "github.com/xdg-go/scram" ) func main() { client, _ := scram.SHA1.NewClient("user", "password", "") conv := client.NewConversation() msg, _ := conv.Step("") fmt.Println(msg) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
50 hits · last 30 days
node
48
Resources
xdg-go-scram — go get xdg-go-scram · libregistry