Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi | hace 6 años | |
---|---|---|
.. | ||
lib | hace 7 años | |
test | hace 7 años | |
.npmignore | hace 7 años | |
.travis.yml | hace 7 años | |
LICENSE | hace 7 años | |
README.md | hace 7 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.