You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suresh 7185b2d1c4
Removed multer
3 years ago
..
lib Removed multer 3 years ago
node_modules Removed multer 3 years ago
test Removed multer 3 years ago
.npmignore Removed multer 3 years ago
.travis.yml Removed multer 3 years ago
LICENSE Removed multer 3 years ago
README.md Removed multer 3 years ago
package.json Removed multer 3 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.