asarfuckery/appasar/development/node_modules/cryptiles
Ave e018d704db No commit message >:3 2019-01-17 19:22:05 +01:00
..
lib No commit message >:3 2019-01-17 19:22:05 +01:00
node_modules/boom No commit message >:3 2019-01-17 19:22:05 +01:00
.npmignore No commit message >:3 2019-01-17 19:22:05 +01:00
LICENSE No commit message >:3 2019-01-17 19:22:05 +01:00
README.md No commit message >:3 2019-01-17 19:22:05 +01:00
package.json No commit message >:3 2019-01-17 19:22:05 +01:00

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.

randomDigits(<Number> size)

Returns a cryptographically strong pseudo-random data string consisting of only numerical digits (0-9). 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.