Eric Foster 35b96bc934 initial commit il y a 8 ans
..
lib initial commit il y a 8 ans
test initial commit il y a 8 ans
.npmignore initial commit il y a 8 ans
.travis.yml initial commit il y a 8 ans
LICENSE initial commit il y a 8 ans
README.md initial commit il y a 8 ans
package.json initial commit il y a 8 ans

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.