Eric Foster 35b96bc934 initial commit | hace 6 años | |
---|---|---|
.. | ||
lib | hace 6 años | |
test | hace 6 años | |
.npmignore | hace 6 años | |
.travis.yml | hace 6 años | |
LICENSE | hace 6 años | |
README.md | hace 6 años | |
package.json | hace 6 años |
General purpose crypto utilities
Lead Maintainer - C J Silverio
randomString(<Number> size)
Returns a cryptographically strong pseudo-random data string. Takes a size argument for the length of the string.
fixedTimeComparison(<String> a, <String> b)
Compare two strings using fixed time algorithm (to prevent time-based analysis of MAC digest match). Returns true
if the strings match, false
if they differ.