Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/daptin/daptin
/ BcryptHashString
Function
BcryptHashString
server/resource/bcrypt_utils.go:12–15 ·
view source on GitHub ↗
(password string)
Source
from the content-addressed store, hash-verified
10
}
11
12
func
BcryptHashString(password string) (string, error) {
13
bytes, err := bcrypt.GenerateFromPassword([]byte(password), 11)
14
return
string(bytes), err
15
}
Callers
7
TestGenerateJwtTokenActionIssuesAuthVersionClaim
Function · 0.92
registerClient
Method · 0.92
rotateClientSecret
Method · 0.92
Fake
Method · 0.85
CreateWithoutFilter
Method · 0.85
UpdateWithoutFilters
Method · 0.85
testUserAccountResource
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestGenerateJwtTokenActionIssuesAuthVersionClaim
Function · 0.74
testUserAccountResource
Function · 0.68