liukang b4b8ddf15d admin-vue há 1 ano atrás
..
lib b4b8ddf15d admin-vue há 1 ano atrás
test b4b8ddf15d admin-vue há 1 ano atrás
.npmignore b4b8ddf15d admin-vue há 1 ano atrás
.travis.yml b4b8ddf15d admin-vue há 1 ano atrás
LICENSE b4b8ddf15d admin-vue há 1 ano atrás
README.md b4b8ddf15d admin-vue há 1 ano atrás
package.json b4b8ddf15d admin-vue há 1 ano atrás

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.