Eric Foster 35b96bc934 initial commit vor 6 Jahren
..
lib initial commit vor 6 Jahren
test initial commit vor 6 Jahren
.npmignore initial commit vor 6 Jahren
.travis.yml initial commit vor 6 Jahren
LICENSE initial commit vor 6 Jahren
README.md initial commit vor 6 Jahren
package.json initial commit vor 6 Jahren

README.md

cryptiles

General purpose crypto utilities

Build Status

Lead Maintainer - C J Silverio

Methods

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.