APPLE 025c69e553 wesmiler 点什么广告 3 lat temu
..
lib 025c69e553 wesmiler 点什么广告 3 lat temu
test 025c69e553 wesmiler 点什么广告 3 lat temu
.npmignore 025c69e553 wesmiler 点什么广告 3 lat temu
.travis.yml 025c69e553 wesmiler 点什么广告 3 lat temu
LICENSE 025c69e553 wesmiler 点什么广告 3 lat temu
README.md 025c69e553 wesmiler 点什么广告 3 lat temu
package.json 025c69e553 wesmiler 点什么广告 3 lat temu

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.