Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SpecterOps/BloodHound
/ Digest
Method
Digest
packages/go/crypto/digest.go:28–28 ·
view source on GitHub ↗
(secret string)
Source
from the content-addressed store, hash-verified
26
type
SecretDigester
interface
{
27
ParseDigest(mcFormatDigest string) (SecretDigest, error)
28
Digest(secret string) (SecretDigest, error)
29
Method() string
30
}
Callers
5
tuneWithParameters
Function · 0.65
CreateUser
Method · 0.65
PutUserAuthSecret
Method · 0.65
defaultDigestAuthSecret
Function · 0.65
CreateDefaultAdmin
Function · 0.65
Implementers
3
Argon2
packages/go/crypto/argon2.go
MockSecretDigester
packages/go/crypto/mocks/digest.go
MockSecretDigesterMockRecorder
packages/go/crypto/mocks/digest.go
Calls
no outgoing calls
Tested by
1
defaultDigestAuthSecret
Function · 0.52