MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / TwoHashPwd

Function TwoHashPwd

internal/model/user.go:243–245  ·  view source on GitHub ↗
(password string, salt string)

Source from the content-addressed store, hash-verified

241}
242
243func TwoHashPwd(password string, salt string) string {
244 return HashPwd(StaticHash(password), salt)
245}
246
247func (u *User) WebAuthnID() []byte {
248 bs := make([]byte, 8)

Callers 2

initUserFunction · 0.92
SetPasswordMethod · 0.85

Calls 2

HashPwdFunction · 0.85
StaticHashFunction · 0.85

Tested by

no test coverage detected