Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ericelliott/credential
/ functions
Functions
14 in github.com/ericelliott/credential
⨍
Functions
14
◇
Types & classes
0
↓ 5 callers
Function
execCli
(args, cb)
test/cli-test.js:6
↓ 2 callers
Function
dateNow
()
credential.js:81
↓ 2 callers
Function
iterations
(work, base)
credential.js:121
↓ 1 callers
Function
createSalt
(keyLength, callback)
credential.js:102
↓ 1 callers
Function
isExpired
(hash, days, work)
credential.js:138
↓ 1 callers
Function
parseHash
(encodedHash)
credential.js:200
↓ 1 callers
Function
randomInt
(low, high)
test/credential-test.js:226
↓ 1 callers
Function
toHash
(password, hashMethod, keyLength, work, callback)
credential.js:168
↓ 1 callers
Function
verifyHash
(hash, input, callback)
credential.js:219
Function
inc
()
benchmarks/credential-timing.js:34
Function
pbkdf2
(password, salt, iterations, keyLength, callback)
credential.js:60
Function
testCredential
(callback)
benchmarks/credential-timing.js:29
Function
testMd5
()
benchmarks/credential-timing.js:12
Function
timed_compare
(a, b)
test/credential-test.js:229