Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi | 6 年 前 | |
---|---|---|
.. | ||
lib | 7 年 前 | |
test | 7 年 前 | |
.npmignore | 7 年 前 | |
.travis.yml | 7 年 前 | |
LICENSE | 7 年 前 | |
README.md | 7 年 前 | |
package.json | 6 年 前 |
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.