AhMyth 9000392778 beta version před 8 roky
..
lib 9000392778 beta version před 8 roky
test 9000392778 beta version před 8 roky
.npmignore 9000392778 beta version před 8 roky
.travis.yml 9000392778 beta version před 8 roky
LICENSE 9000392778 beta version před 8 roky
README.md 9000392778 beta version před 8 roky
package.json 9000392778 beta version před 8 roky

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.