AhMyth 9000392778 beta version 8 years ago
..
lib 9000392778 beta version 8 years ago
test 9000392778 beta version 8 years ago
.npmignore 9000392778 beta version 8 years ago
.travis.yml 9000392778 beta version 8 years ago
LICENSE 9000392778 beta version 8 years ago
README.md 9000392778 beta version 8 years ago
package.json 9000392778 beta version 8 years ago

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.